fix: remove email code login redirect (#9698)
This commit is contained in:
parent
4989d0c904
commit
ed96a6b6c0
2 changed files with 3 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ class AlreadyActivateError(BaseHTTPException):
|
|||
|
||||
|
||||
class NotAllowedCreateWorkspace(BaseHTTPException):
|
||||
error_code = "unauthorized"
|
||||
error_code = "not_allowed_create_workspace"
|
||||
description = "Workspace not found, please contact system admin to invite you to join in a workspace."
|
||||
code = 400
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue