From 23af974bd3e4dedab5394a2da2af427dca525d19 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 3 Sep 2025 06:22:44 -0400 Subject: [PATCH] wip: console --- cloud/app/src/routes/index.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index c1124dd7..f9c0dc97 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -24,6 +24,8 @@ function CopyStatus() { const isLoggedIn = query(async () => { "use server" const actor = await getActor() + // TODO + console.log(actor) if (actor.type === "account") { const workspaces = await withActor(() => Account.workspaces()) return workspaces[0].id @@ -67,7 +69,9 @@ export default function Home() {
- Get Started + + Get Started +