@ -21,7 +21,7 @@ public class GoogleSignInManager : MonoBehaviour
{
configuration = new GoogleSignInConfiguration
WebClientId = GameConstants.iOS_ClientID,
WebClientId = GameConstants.Web_ClientID,
RequestEmail = true,
RequestAuthCode = true
};