diff --git a/app/[locale]/login/page.tsx b/app/[locale]/login/page.tsx index b69e268..1e16392 100644 --- a/app/[locale]/login/page.tsx +++ b/app/[locale]/login/page.tsx @@ -79,7 +79,7 @@ export default async function Login({ } console.log("======>Redirecting to workspace:", homeWorkspace.id) - return redirect(`/${homeWorkspace.id}/chat`) + //return redirect(`/${homeWorkspace.id}/chat`) } const getEnvVarOrEdgeConfigValue = async (name: string) => {