This commit is contained in:
mayiming0708 2024-11-15 19:32:07 +08:00 committed by GitHub
commit 56c455daec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,8 +53,8 @@ class AccountBannedError(BaseHTTPException):
class NotAllowedRegister(BaseHTTPException):
error_code = "unauthorized"
description = "Account not found."
error_code = "not_allowed_register"
description = "Not Allowed Register"
code = 400