mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
Merge branch 'main' into feat/new-login
* main: chore: refurbish Python code by applying refurb linter rules (#8296) chore: apply ruff E501 line-too-long linter rule (#8275) fix(workflow): missing content in the answer node stream output during iterations (#8292) chore: cleanup ruff flake8-simplify linter rules (#8286) fix: markdown paragraph margin (#8289)
This commit is contained in:
@ -150,7 +150,8 @@ class EmailCodeLoginApi(Resource):
|
||||
)
|
||||
except WorkSpaceNotAllowedCreateError:
|
||||
return redirect(
|
||||
f"{dify_config.CONSOLE_WEB_URL}/signin?message=Workspace not found, please contact system admin to invite you to join in a workspace."
|
||||
f"{dify_config.CONSOLE_WEB_URL}/signin"
|
||||
"?message=Workspace not found, please contact system admin to invite you to join in a workspace."
|
||||
)
|
||||
token = AccountService.login(account, ip_address=get_remote_ip(request))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user