chore: include the requested scopes in the auth handler for google

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-11-27 13:30:21 +01:00
parent 73e1f11285
commit 1e3ee833dc
@@ -73,6 +73,7 @@ export const googleAuthenticator = createOAuthAuthenticator({
return helper.start(input, {
accessType: 'offline',
prompt: 'consent',
includeGrantedScopes: 'true',
});
},