ing
This commit is contained in:
parent
f56243ca10
commit
934652ea83
|
@ -13,6 +13,9 @@ const reducer: ReducersMapObject = {
|
|||
};
|
||||
},
|
||||
[SigninActionTypes.REQUEST_FAILURE]: (state: SigninState = signinDefaultState, action: Action<Error>): SigninState => {
|
||||
if (action.error.name === 'SignInPwNotMatchException') {
|
||||
//
|
||||
}
|
||||
return state;
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user