Skip to content

Commit e41bc64

Browse files
committed
Fix
1 parent 3d03ebe commit e41bc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/lib/firebase/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export async function webviewGoogleSignin() {
8888
localStorage.setItem('pkce_verifier', codeVerifier);
8989

9090
const params = new URLSearchParams({
91-
client_id: GOOGLE_CLIENT_ID,
91+
client_id: ANDROID_GOOGLE_CLIENT_ID,
9292
redirect_uri: `${WEB_URL}/auth/callback`,
9393
response_type: 'code',
9494
scope: 'openid email profile',

0 commit comments

Comments
 (0)