fix: spell

pull/8904/head
Joe 1 year ago
parent b529ba9c45
commit 75fb4ca74d

@ -112,7 +112,7 @@ class OAuthCallback(Resource):
try:
TenantService.create_owner_tenant_if_not_exist(account)
except Unauthorized:
return redirect(f"{dify_config.CONSOLE_WEB_URL}/signin?message=Worspace not found.")
return redirect(f"{dify_config.CONSOLE_WEB_URL}/signin?message=Workspace not found.")
except WorkSpaceNotAllowedCreateError:
return redirect(
f"{dify_config.CONSOLE_WEB_URL}/signin"

Loading…
Cancel
Save