diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index 2fe336ef..c30782c3 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -45,7 +45,7 @@ export const AuthOptions: NextAuthOptions = { authorization: { params: { scope: "openid profile offline_access", - prompt: "login", + prompt: "login", // }, }, }),