We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e4910 commit cea5fb7Copy full SHA for cea5fb7
1 file changed
apps/api/src/modules/auth/auth.ts
@@ -27,7 +27,6 @@ export const createBetterAuth = (
27
clientId: process.env.GOOGLE_CLIENT_ID!,
28
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
29
accessType: 'offline',
30
- prompt: 'consent',
31
scope: [
32
'openid',
33
'email',
0 commit comments