staging nach main #558

Merged
Letsmoe merged 58 commits from staging into main 2025-08-02 18:05:25 +00:00
Showing only changes of commit fc6462c653 - Show all commits

View File

@@ -62,6 +62,7 @@ export const GET = defineApiRoute({
exp: refreshTokenExpiry.valueOf(),
});
console.log("Creating refresh token for user ID:", user.id);
const { id } = await prisma.refreshTokens.create({
data: {
token: refreshToken,