Skip to content

Commit 1c4a52e

Browse files
authored
Update GoogleSignIn.cs
1 parent 65c9f13 commit 1c4a52e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

GoogleSignIn/GoogleSignIn.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ public static GoogleSignIn DefaultInstance {
9393
theInstance = new GoogleSignIn(new GoogleSignInImpl(Configuration));
9494
#else
9595
theInstance = new GoogleSignIn(null);
96-
throw new SignInException(
97-
GoogleSignInStatusCode.DeveloperError,
98-
"This platform is not supported by GoogleSignIn");
96+
throw new SignInException(GoogleSignInStatusCode.DEVELOPER_ERROR,"This platform is not supported by GoogleSignIn");
9997
#endif
10098
}
10199
return theInstance;

0 commit comments

Comments
 (0)