mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
Merge 855f61ad54
into d05fee1182
This commit is contained in:
commit
56c455daec
|
@ -53,8 +53,8 @@ class AccountBannedError(BaseHTTPException):
|
||||||
|
|
||||||
|
|
||||||
class NotAllowedRegister(BaseHTTPException):
|
class NotAllowedRegister(BaseHTTPException):
|
||||||
error_code = "unauthorized"
|
error_code = "not_allowed_register"
|
||||||
description = "Account not found."
|
description = "Not Allowed Register"
|
||||||
code = 400
|
code = 400
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user