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 2a680d4 commit d93fb7bCopy full SHA for d93fb7b
1 file changed
app/core/OAuthService/OAuthLoginHandlers/index.ts
@@ -44,8 +44,8 @@ export function createLoginHandler(
44
switch (provider) {
45
case AuthConnection.Google:
46
return new IosGoogleLoginHandler({
47
- clientId: AndroidGoogleWebGID,
48
- redirectUri: AndroidGoogleRedirectUri,
+ clientId: IosGID,
+ redirectUri: IosGoogleRedirectUri,
49
authServerUrl: AuthServerUrl,
50
web3AuthNetwork,
51
});
0 commit comments