mirror of
https://github.com/langgenius/dify.git
synced 2026-04-23 20:36:14 +08:00
feat: update register logic
This commit is contained in:
@ -35,9 +35,3 @@ class EmailLoginCodeError(BaseHTTPException):
|
||||
error_code = "email_login_code_error"
|
||||
description = "Email login code is invalid or expired."
|
||||
code = 400
|
||||
|
||||
|
||||
class NotAllowCreateWorkspaceError(BaseHTTPException):
|
||||
error_code = "workspace_not_found"
|
||||
description = "Workspace not found."
|
||||
code = 400
|
||||
|
||||
Reference in New Issue
Block a user