fix: remove email code login redirect (#9698)

This commit is contained in:
Joe
2024-10-23 14:56:10 +08:00
committed by GitHub
parent 4989d0c904
commit ed96a6b6c0
2 changed files with 3 additions and 7 deletions

View File

@@ -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