File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
auth/src/main/java/com/firebase/ui/auth Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,6 @@ public SignInIntentBuilder createSignInIntentBuilder() {
487487 ANONYMOUS_PROVIDER ,
488488 EmailAuthProvider .EMAIL_LINK_SIGN_IN_METHOD
489489 })
490-
491490 @ Retention (RetentionPolicy .SOURCE )
492491 public @interface SupportedProvider {
493492 }
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ private void populateIdpListCustomLayout(List<IdpConfig> providerConfigs) {
223223 final String providerId = providerOrEmailLinkProvider (idpConfig .getProviderId ());
224224
225225 if (!providerButtonIds .containsKey (providerId )) {
226- throw new IllegalStateException ("No button found for auth provider: " + providerId );
226+ throw new IllegalStateException ("No button found for auth provider: " + idpConfig . getProviderId () );
227227 }
228228
229229 @ IdRes int buttonId = providerButtonIds .get (providerId );
You can’t perform that action at this time.
0 commit comments