1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed authorization somehow

This commit is contained in:
Fedor Katurov 2019-10-09 20:43:04 +07:00
parent 2f11bb80aa
commit 6ba94881c9
3 changed files with 19 additions and 9 deletions

View file

@ -8,8 +8,9 @@ export const AUTH_USER_ACTIONS = {
};
export const USER_ERRORS = {
UNAUTHORIZED: 'Вы не авторизованы',
INVALID_CREDENTIALS: 'Неверное имя пользователя или пароль. Очень жаль.',
EMPTY_CREDENTIALS: 'Давайте введем логин и пароль. Это обязательно.'
EMPTY_CREDENTIALS: 'Давайте введем логин и пароль. Это обязательно.',
};
export const USER_STATUSES = {