mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
feat: update EmailPasswordLoginLimitError
This commit is contained in:
parent
fd23e63522
commit
b105998fe9
|
@ -45,7 +45,7 @@ class EmailOrPasswordMismatchError(BaseHTTPException):
|
|||
|
||||
class EmailPasswordLoginLimitError(BaseHTTPException):
|
||||
error_code = "email_code_login_limit"
|
||||
description = "The account was locked for 24 hours because the password was entered too many times."
|
||||
description = "Too many incorrect password attempts. Please try again later."
|
||||
code = 429
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user