summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src/routes
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-28 14:12:31 -0400
committerJay V <[email protected]>2025-08-28 14:12:31 -0400
commiteff50c0aab254c96966d94599c882a5956c73a44 (patch)
tree327c2b512bc63d860310ebb180aa95dd3c80e5fc /cloud/app/src/routes
parent02e014b0a0e2917380aca8efedba1439708f1933 (diff)
downloadopencode-eff50c0aab254c96966d94599c882a5956c73a44.tar.gz
opencode-eff50c0aab254c96966d94599c882a5956c73a44.zip
ignore: cloud
Diffstat (limited to 'cloud/app/src/routes')
-rw-r--r--cloud/app/src/routes/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index 15b3990d4..fcc83abac 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -23,6 +23,7 @@ function CopyStatus() {
const isLoggedIn = query(async () => {
"use server"
const actor = await getActor()
+ console.log(actor)
if (actor.type === "account") {
const workspaces = await withActor(() => Account.workspaces())
throw redirect("/" + workspaces[0].id)