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 cae4b15 commit d1366afCopy full SHA for d1366af
web/lib/firebase/users.ts
@@ -92,6 +92,7 @@ export async function webviewGoogleSignin() {
92
code_challenge: codeChallenge,
93
code_challenge_method: 'S256',
94
});
95
+ console.log('params', params)
96
97
window.open(`https://accounts.google.com/o/oauth2/v2/auth?${params}`, '_system');
98
}
0 commit comments