diff --git a/Assets/GoogleSigninSDK/GoogleSignInManager.cs b/Assets/GoogleSigninSDK/GoogleSignInManager.cs index d5513b93..5a2cb6dd 100644 --- a/Assets/GoogleSigninSDK/GoogleSignInManager.cs +++ b/Assets/GoogleSigninSDK/GoogleSignInManager.cs @@ -21,7 +21,7 @@ public class GoogleSignInManager : MonoBehaviour { configuration = new GoogleSignInConfiguration { - WebClientId = GameConstants.iOS_ClientID, + WebClientId = GameConstants.Web_ClientID, RequestEmail = true, RequestAuthCode = true };