File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2511,6 +2511,8 @@ fireauth.RpcHandler.getDeveloperError_ =
2511
2511
fireauth . authenum . Error . UNSUPPORTED_TENANT_OPERATION ;
2512
2512
errorMap [ fireauth . RpcHandler . ServerError . INVALID_TENANT_ID ] =
2513
2513
fireauth . authenum . Error . INVALID_TENANT_ID ;
2514
+ errorMap [ fireauth . RpcHandler . ServerError . TENANT_ID_MISMATCH ] =
2515
+ fireauth . authenum . Error . TENANT_ID_MISMATCH ;
2514
2516
2515
2517
// User actions (sign-up or deletion) disabled errors.
2516
2518
errorMap [ fireauth . RpcHandler . ServerError . ADMIN_ONLY_OPERATION ] =
Original file line number Diff line number Diff line change @@ -2436,6 +2436,8 @@ function testVerifyCustomToken_serverCaughtError() {
2436
2436
fireauth . authenum . Error . CREDENTIAL_MISMATCH ;
2437
2437
errorMap [ fireauth . RpcHandler . ServerError . INVALID_TENANT_ID ] =
2438
2438
fireauth . authenum . Error . INVALID_TENANT_ID ;
2439
+ errorMap [ fireauth . RpcHandler . ServerError . TENANT_ID_MISMATCH ] =
2440
+ fireauth . authenum . Error . TENANT_ID_MISMATCH ;
2439
2441
2440
2442
assertServerErrorsAreHandled ( function ( ) {
2441
2443
return rpcHandler . verifyCustomToken ( token ) ;
You can’t perform that action at this time.
0 commit comments