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