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:
parent
2f11bb80aa
commit
6ba94881c9
3 changed files with 19 additions and 9 deletions
|
@ -8,8 +8,9 @@ export const AUTH_USER_ACTIONS = {
|
|||
};
|
||||
|
||||
export const USER_ERRORS = {
|
||||
UNAUTHORIZED: 'Вы не авторизованы',
|
||||
INVALID_CREDENTIALS: 'Неверное имя пользователя или пароль. Очень жаль.',
|
||||
EMPTY_CREDENTIALS: 'Давайте введем логин и пароль. Это обязательно.'
|
||||
EMPTY_CREDENTIALS: 'Давайте введем логин и пароль. Это обязательно.',
|
||||
};
|
||||
|
||||
export const USER_STATUSES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue