Skip to content

Commit d1366af

Browse files
committed
Fix
1 parent cae4b15 commit d1366af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/lib/firebase/users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export async function webviewGoogleSignin() {
9292
code_challenge: codeChallenge,
9393
code_challenge_method: 'S256',
9494
});
95+
console.log('params', params)
9596

9697
window.open(`https://accounts.google.com/o/oauth2/v2/auth?${params}`, '_system');
9798
}

0 commit comments

Comments
 (0)