Skip to content

Commit

Permalink
fix(server): wrong google oauth param
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Mar 20, 2024
1 parent 319688d commit c0e1d60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class GoogleOAuthProvider extends AutoRegisteredOAuthProvider {
redirect_uri: this.url.link('/oauth/callback'),
response_type: 'code',
scope: 'openid email profile',
promot: 'select_account',
prompt: 'select_account',
access_type: 'offline',
...this.config.args,
state,
Expand Down

0 comments on commit c0e1d60

Please sign in to comment.