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