From 93f2805bc2737cd6f69d2f077e7814f63e9250cf Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 3 Sep 2025 06:37:40 -0400 Subject: wip: console --- cloud/app/src/context/auth.session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud/app/src/context/auth.session.ts') diff --git a/cloud/app/src/context/auth.session.ts b/cloud/app/src/context/auth.session.ts index c4b3940aa..609bc364b 100644 --- a/cloud/app/src/context/auth.session.ts +++ b/cloud/app/src/context/auth.session.ts @@ -1,7 +1,7 @@ import { useSession } from "vinxi/http" export interface AuthSession { - account: Record< + account?: Record< string, { id: string -- cgit v1.2.3