This commit is contained in:
parent
3f667a7eab
commit
a4b4081df4
|
|
@ -62,7 +62,7 @@ export default async function Login({
|
|||
}
|
||||
|
||||
console.log("1======>Redirecting to workspace:", homeWorkspace.id)
|
||||
return redirect(`${localeString}/${homeWorkspace.id}/chat`)
|
||||
return redirect(`/${localeString}/${homeWorkspace.id}/chat`)
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue