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() {
487
487
ANONYMOUS_PROVIDER ,
488
488
EmailAuthProvider .EMAIL_LINK_SIGN_IN_METHOD
489
489
})
490
-
491
490
@ Retention (RetentionPolicy .SOURCE )
492
491
public @interface SupportedProvider {
493
492
}
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ private void populateIdpListCustomLayout(List<IdpConfig> providerConfigs) {
223
223
final String providerId = providerOrEmailLinkProvider (idpConfig .getProviderId ());
224
224
225
225
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 () );
227
227
}
228
228
229
229
@ IdRes int buttonId = providerButtonIds .get (providerId );
You can’t perform that action at this time.
0 commit comments