diff --git a/server/auth/google.js b/server/auth/google.js index 74cd8f509..6bad65183 100644 --- a/server/auth/google.js +++ b/server/auth/google.js @@ -27,7 +27,7 @@ router.get("google", async (ctx) => { "https://www.googleapis.com/auth/userinfo.profile", "https://www.googleapis.com/auth/userinfo.email", ], - prompt: "consent", + prompt: "select_account consent", }); ctx.redirect(authorizeUrl); });