mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-16 02:08:59 +05:30
Вернул обратно throw Error в actions. Уберу, после близжайшего рефакторинга и покрытия тестами
This commit is contained in:
parent
32ea3dbedc
commit
4c703c1e61
@ -35,7 +35,6 @@ export function login({login = '', password = '', rememberMe = false}) {
|
||||
}
|
||||
const errorMessage = resp.errors[Object.keys(resp.errors)[0]];
|
||||
dispatch(setError(errorMessage));
|
||||
} else {
|
||||
throw new Error(errorMessage);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user