File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
lines changed 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' ,
@@ -603,6 +604,5 @@ export const AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY = {
603
604
MISSING_RECAPTCHA_VERSION : 'auth/missing-recaptcha-version' ,
604
605
INVALID_RECAPTCHA_VERSION : 'auth/invalid-recaptcha-version' ,
605
606
INVALID_REQ_TYPE : 'auth/invalid-req-type' ,
606
- INVALID_HOSTING_LINK_DOMAIN : 'auth/invalid-hosting-link-domain' ,
607
- MISSING_PASSWORD : 'auth/missing-password'
607
+ INVALID_HOSTING_LINK_DOMAIN : 'auth/invalid-hosting-link-domain'
608
608
} as const ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../config/tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " dist" ,
5
- "types" : [" mocha" , " chai" ],
6
- "esModuleInterop" : true ,
7
- "moduleResolution" : " node" ,
8
- "resolveJsonModule" : true
4
+ "outDir" : " dist"
9
5
},
6
+ "types" : [" jasmine" ],
10
7
"exclude" : [" dist/**/*" , " demo/**/*" ]
11
8
}
You can’t perform that action at this time.
0 commit comments