mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added required
This commit is contained in:
parent
ca35fabae8
commit
5a35c4b259
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ export const ERRORS = {
|
|||
INCORRECT_PASSWORD: 'Incorrect_Password',
|
||||
CODE_IS_INVALID: 'Code_Is_Invalid',
|
||||
DOESNT_MATCH: 'Doesnt_Match',
|
||||
REQUIRED: 'Required',
|
||||
};
|
||||
|
||||
export const ERROR_LITERAL = {
|
||||
|
@ -36,4 +37,5 @@ export const ERROR_LITERAL = {
|
|||
[ERRORS.INCORRECT_PASSWORD]: 'Неправильный пароль',
|
||||
[ERRORS.CODE_IS_INVALID]: 'Код не существует или устарел',
|
||||
[ERRORS.DOESNT_MATCH]: 'Пароли не совпадают',
|
||||
[ERRORS.REQUIRED]: 'Обязательное поле',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue