return error status on login
This commit is contained in:
@@ -96,7 +96,7 @@ class HtmlClient {
|
||||
case '[jwt_auth] incorrect_password':
|
||||
store.dispatch(updateMessages([{ code: 'error', message: `Invalid password!` }]));
|
||||
return;
|
||||
case '[jwt_auth] wiaas_authentication_error':
|
||||
case '[jwt_auth] wiaas_authentication_error': case 'wiaas_authentication_error':
|
||||
store.dispatch( {
|
||||
type: LOGOUT,
|
||||
isLoggedIn: false,
|
||||
|
||||
Reference in New Issue
Block a user