feat: change error resp

This commit is contained in:
Joe 2024-09-27 12:48:15 +08:00
parent 133beea491
commit 62f14088b5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class EmailOrPasswordMismatchError(BaseHTTPException):
class EmailPasswordLoginLimitError(BaseHTTPException):
error_code = "email_code_login_limit"
description = (
"Too many incorrect password attempts. Please verify your identity with the email code to complete login."
"The account was locked for 24 hours because the password was entered too many times."
)
code = 429