Skip to content

Commit 8088d49

Browse files
triniwizNathanWalker
authored andcommitted
fix(google-signin): don't throw for id not found
1 parent 1ffefc8 commit 8088d49

File tree

1 file changed

+0
-2
lines changed
  • packages/google-signin/platforms/android/java/org/nativescript/plugins/googlesignin

1 file changed

+0
-2
lines changed

packages/google-signin/platforms/android/java/org/nativescript/plugins/googlesignin/GoogleSignIn.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ class GoogleSignIn {
129129
if (clientIdIdentifier != 0) {
130130
builder.requestIdToken(activity.getString(clientIdIdentifier))
131131
builder.requestServerAuthCode(activity.getString(clientIdIdentifier))
132-
} else {
133-
throw Exception("Failed to find string resource with identifier 'default_web_client_id'")
134132
}
135133
}
136134

0 commit comments

Comments
 (0)