This commit is contained in:
parent
dd17b59352
commit
11618a214d
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue