From eff50c0aab254c96966d94599c882a5956c73a44 Mon Sep 17 00:00:00 2001 From: Jay V Date: Thu, 28 Aug 2025 14:12:31 -0400 Subject: ignore: cloud --- cloud/app/src/routes/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'cloud/app/src/routes') 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) -- cgit v1.2.3