mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-03 22:44:35 -04:00
Fix
This commit is contained in:
@@ -88,7 +88,7 @@ export async function webviewGoogleSignin() {
|
||||
localStorage.setItem('pkce_verifier', codeVerifier);
|
||||
|
||||
const params = new URLSearchParams({
|
||||
client_id: GOOGLE_CLIENT_ID,
|
||||
client_id: ANDROID_GOOGLE_CLIENT_ID,
|
||||
redirect_uri: `${WEB_URL}/auth/callback`,
|
||||
response_type: 'code',
|
||||
scope: 'openid email profile',
|
||||
|
||||
Reference in New Issue
Block a user