We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc59970 commit b40d293Copy full SHA for b40d293
apps/server/src/lib/auth-providers.ts
@@ -36,6 +36,7 @@ export const authProviders = (env: Record<string, string>): ProviderConfig[] =>
36
{ name: 'GOOGLE_CLIENT_SECRET', source: 'Google Cloud Console' },
37
],
38
config: {
39
+ prompt: env.FORCE_GOOGLE_AUTH ? 'consent' : undefined,
40
accessType: 'offline',
41
scope: [
42
'https://www.googleapis.com/auth/gmail.modify',
0 commit comments