Auth: Add error PHONE_PASSWORD_FLOOD (#1013)
This commit is contained in:
parent
29ba0b997e
commit
747a3cc5bd
@ -12,6 +12,7 @@ const ApiErrors: { [k: string]: string } = {
|
||||
PHONE_NUMBER_INVALID: 'Invalid Phone Number',
|
||||
PHONE_CODE_INVALID: 'Invalid Code',
|
||||
PASSWORD_HASH_INVALID: 'Invalid Password',
|
||||
PHONE_PASSWORD_FLOOD: 'You have tried logging in too many times',
|
||||
};
|
||||
|
||||
const authController: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user