2
0
mirror of synced 2025-02-02 09:34:45 +00:00

[android] fix case on authExceptionToMap

This commit is contained in:
Salakar 2017-03-15 18:17:57 +00:00
parent e54fb2a4bc
commit 1874189e15

View File

@ -746,7 +746,7 @@ public class RNFirebaseAuth extends ReactContextBaseJavaModule {
case "CREDENTIAL_ALREADY_IN_USE":
message = "This credential is already associated with a different user account.";
break;
case "USER_USER_DISABLED":
case "USER_DISABLED":
message = "The user account has been disabled by an administrator.";
break;
case "USER_TOKEN_EXPIRED":