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