We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c9f13 commit 1c4a52eCopy full SHA for 1c4a52e
GoogleSignIn/GoogleSignIn.cs
@@ -93,9 +93,7 @@ public static GoogleSignIn DefaultInstance {
93
theInstance = new GoogleSignIn(new GoogleSignInImpl(Configuration));
94
#else
95
theInstance = new GoogleSignIn(null);
96
- throw new SignInException(
97
- GoogleSignInStatusCode.DeveloperError,
98
- "This platform is not supported by GoogleSignIn");
+ throw new SignInException(GoogleSignInStatusCode.DEVELOPER_ERROR,"This platform is not supported by GoogleSignIn");
99
#endif
100
}
101
return theInstance;
0 commit comments