From 5a5d1b1ff7da9a4c709d61cfc6ec2f94e240054b Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 22 May 2025 20:42:12 +0800 Subject: [PATCH] . --- chatdesk-ui/app/[locale]/login/page.tsx | 3 ++- .../[locale]/{ => system}/clearcookies-then-redirect/pages.tsx | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename chatdesk-ui/app/[locale]/{ => system}/clearcookies-then-redirect/pages.tsx (100%) diff --git a/chatdesk-ui/app/[locale]/login/page.tsx b/chatdesk-ui/app/[locale]/login/page.tsx index 7e403ee..cecc360 100644 --- a/chatdesk-ui/app/[locale]/login/page.tsx +++ b/chatdesk-ui/app/[locale]/login/page.tsx @@ -73,7 +73,8 @@ export default async function Login({ //return redirect(`/${localeString}`); //return redirect(`/${localeString}/login`); - return redirect(`/${localeString}/clearcookies-then-redirect`); + //return redirect(`/${localeString}/clearcookies-then-redirect`); + return redirect(`/${localeString}/system/clearcookies-then-redirect`); } return redirect(`/${localeString}/${homeWorkspace!.id}/chat`); diff --git a/chatdesk-ui/app/[locale]/clearcookies-then-redirect/pages.tsx b/chatdesk-ui/app/[locale]/system/clearcookies-then-redirect/pages.tsx similarity index 100% rename from chatdesk-ui/app/[locale]/clearcookies-then-redirect/pages.tsx rename to chatdesk-ui/app/[locale]/system/clearcookies-then-redirect/pages.tsx