This commit is contained in:
hailin 2025-04-15 11:45:30 +08:00
parent c25eab3e5d
commit dd17b59352
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export default async function Login({
) )
} }
console.log("======>Redirecting to workspace:", homeWorkspace.id)
return redirect(`/${homeWorkspace.id}/chat`) return redirect(`/${homeWorkspace.id}/chat`)
} }