Skip to content

Commit

Permalink
fix(google-signin): don't throw for id not found
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz authored and NathanWalker committed May 17, 2023
1 parent 1ffefc8 commit 8088d49
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ class GoogleSignIn {
if (clientIdIdentifier != 0) {
builder.requestIdToken(activity.getString(clientIdIdentifier))
builder.requestServerAuthCode(activity.getString(clientIdIdentifier))
} else {
throw Exception("Failed to find string resource with identifier 'default_web_client_id'")
}
}

Expand Down

0 comments on commit 8088d49

Please sign in to comment.