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 6feab98 commit 98125bfCopy full SHA for 98125bf
1 file changed
src/application/services/js-services/http/gotrue.ts
@@ -468,7 +468,7 @@ export function signInGoogle(authUrl: string) {
468
const provider = 'google';
469
const redirectTo = encodeURIComponent(authUrl);
470
const baseURL = axiosInstance?.defaults.baseURL;
471
- const url = `${baseURL}/authorize?provider=${provider}&redirect_to=${redirectTo}`;
+ const url = `${baseURL}/authorize?provider=${provider}&redirect_to=${redirectTo}&prompt=consent`;
472
473
Log.info('[Auth] signInGoogle: redirecting to Google OAuth');
474
redirectToAuthProvider(url);
0 commit comments