From 9ad4dc92966f36b9e3d52857f788ccac7c5d003a Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 3 Sep 2025 06:27:53 -0400 Subject: [PATCH] wip: console --- cloud/app/src/context/auth.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/app/src/context/auth.ts b/cloud/app/src/context/auth.ts index 5cf366ca..5f564299 100644 --- a/cloud/app/src/context/auth.ts +++ b/cloud/app/src/context/auth.ts @@ -22,7 +22,11 @@ export const getActor = async (): Promise => { const auth = await useAuthSession() const splits = url.pathname.split("/").filter(Boolean) if (splits[0] !== "workspace") { + // TODO + console.log("before current") + console.log(`current: ${auth.data.current}`) const current = auth.data.account[auth.data.current ?? ""] + console.log("after current") if (current) { return { type: "account",