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 +