This commit is contained in:
hailin 2025-04-15 12:06:06 +08:00
parent 11618a214d
commit 161b9fd23e
1 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@ export default async function Login({
throw new Error(error.message) throw new Error(error.message)
} }
console.log("1======>Redirecting to workspace:", homeWorkspace.id)
return redirect(`/${homeWorkspace.id}/chat`) return redirect(`/${homeWorkspace.id}/chat`)
} }
@ -78,8 +79,8 @@ export default async function Login({
) )
} }
console.log("======>Redirecting to workspace:", homeWorkspace.id) console.log("2======>Redirecting to workspace:", homeWorkspace.id)
//return redirect(`/${homeWorkspace.id}/chat`) return redirect(`/${homeWorkspace.id}/chat`)
} }
const getEnvVarOrEdgeConfigValue = async (name: string) => { const getEnvVarOrEdgeConfigValue = async (name: string) => {