diff --git a/api/controllers/console/auth/oauth.py b/api/controllers/console/auth/oauth.py index 0ad88d9b8e..f01fd57d6a 100644 --- a/api/controllers/console/auth/oauth.py +++ b/api/controllers/console/auth/oauth.py @@ -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"