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/context/auth.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cloud/app/src/context') diff --git a/cloud/app/src/context/auth.tsx b/cloud/app/src/context/auth.tsx index d6c5887c8..90db24d21 100644 --- a/cloud/app/src/context/auth.tsx +++ b/cloud/app/src/context/auth.tsx @@ -21,8 +21,11 @@ export const getActor = query(async (): Promise => { const url = new URL(evt!.request.headers.get("referer") ?? evt!.request.url) const auth = await useAuthSession() const [workspaceHint] = url.pathname.split("/").filter((x) => x.length > 0) + console.log("here1") if (!workspaceHint) { + console.log("here2") if (auth.data.current) { + console.log("here3") const current = auth.data.account[auth.data.current] return { type: "account", -- cgit v1.2.3