Update GoogleSignInManager.cs

iOS
Hazim Bin Ijaz 2 months ago
parent 1439d53106
commit 9d3f1e1e26

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

Loading…
Cancel
Save