From 75fb4ca74d865668e0b67a25780ba04e5a8e8f80 Mon Sep 17 00:00:00 2001 From: Joe <1264204425@qq.com> Date: Sat, 14 Sep 2024 18:38:27 +0800 Subject: [PATCH] fix: spell --- api/controllers/console/auth/oauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"