diff options
| author | Frank <[email protected]> | 2025-09-03 06:37:40 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 06:37:40 -0400 |
| commit | 93f2805bc2737cd6f69d2f077e7814f63e9250cf (patch) | |
| tree | caa2a8c3dec056a2c9e102b6a7be1716e7009edc /cloud/app/src/context/auth.session.ts | |
| parent | 9ad4dc92966f36b9e3d52857f788ccac7c5d003a (diff) | |
| download | opencode-93f2805bc2737cd6f69d2f077e7814f63e9250cf.tar.gz opencode-93f2805bc2737cd6f69d2f077e7814f63e9250cf.zip | |
wip: console
Diffstat (limited to 'cloud/app/src/context/auth.session.ts')
| -rw-r--r-- | cloud/app/src/context/auth.session.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
