File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @firebase/auth ' : patch
3
+ ' firebase ' : patch
4
+ ---
5
+
6
+ Export MISSING_PASSWORD via AuthErrorCodes in @firebase/auth .
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ export const AuthErrorCodes: {
195
195
readonly MISSING_MFA_INFO: " auth/missing-multi-factor-info" ;
196
196
readonly MISSING_MFA_SESSION: " auth/missing-multi-factor-session" ;
197
197
readonly MISSING_PHONE_NUMBER: " auth/missing-phone-number" ;
198
+ readonly MISSING_PASSWORD: " auth/missing-password" ;
198
199
readonly MISSING_SESSION_INFO: " auth/missing-verification-id" ;
199
200
readonly MODULE_DESTROYED: " auth/app-deleted" ;
200
201
readonly NEED_CONFIRMATION: " auth/account-exists-with-different-credential" ;
Original file line number Diff line number Diff line change @@ -1914,6 +1914,7 @@ AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY: {
1914
1914
readonly MISSING_MFA_INFO : " auth/missing-multi-factor-info" ;
1915
1915
readonly MISSING_MFA_SESSION : " auth/missing-multi-factor-session" ;
1916
1916
readonly MISSING_PHONE_NUMBER : " auth/missing-phone-number" ;
1917
+ readonly MISSING_PASSWORD : " auth/missing-password" ;
1917
1918
readonly MISSING_SESSION_INFO : " auth/missing-verification-id" ;
1918
1919
readonly MODULE_DESTROYED : " auth/app-deleted" ;
1919
1920
readonly NEED_CONFIRMATION : " auth/account-exists-with-different-credential" ;
Original file line number Diff line number Diff line change @@ -560,6 +560,7 @@ export const AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY = {
560
560
MISSING_MFA_INFO : 'auth/missing-multi-factor-info' ,
561
561
MISSING_MFA_SESSION : 'auth/missing-multi-factor-session' ,
562
562
MISSING_PHONE_NUMBER : 'auth/missing-phone-number' ,
563
+ MISSING_PASSWORD : 'auth/missing-password' ,
563
564
MISSING_SESSION_INFO : 'auth/missing-verification-id' ,
564
565
MODULE_DESTROYED : 'auth/app-deleted' ,
565
566
NEED_CONFIRMATION : 'auth/account-exists-with-different-credential' ,
You can’t perform that action at this time.
0 commit comments