chore: include the requested scopes in the auth handler for google
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -73,6 +73,7 @@ export const googleAuthenticator = createOAuthAuthenticator({
|
||||
return helper.start(input, {
|
||||
accessType: 'offline',
|
||||
prompt: 'consent',
|
||||
includeGrantedScopes: 'true',
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user