Skip to content

Commit cea5fb7

Browse files
committed
[HOTFIX] Do not Ask Consent Always
1 parent 01e4910 commit cea5fb7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/api/src/modules/auth/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const createBetterAuth = (
2727
clientId: process.env.GOOGLE_CLIENT_ID!,
2828
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
2929
accessType: 'offline',
30-
prompt: 'consent',
3130
scope: [
3231
'openid',
3332
'email',

0 commit comments

Comments
 (0)