This commit is contained in:
hailin 2025-04-15 12:02:08 +08:00
parent dd17b59352
commit 11618a214d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default async function Login({
} }
console.log("======>Redirecting to workspace:", homeWorkspace.id) console.log("======>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) => {