fix: spell

This commit is contained in:
Joe 2024-09-14 18:38:27 +08:00
parent b529ba9c45
commit 75fb4ca74d

View File

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