diff options
| author | Frank <[email protected]> | 2025-10-06 16:15:10 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-06 17:13:19 -0400 |
| commit | 9e8fd16e6e4154ae0bccff8342e4b0c7780d8db8 (patch) | |
| tree | c9f936bfcaf7cf7f275334e869738c87989a2362 /packages/console/app/src/context | |
| parent | 1b17d8070bcddeddaea3dea403f031a161539901 (diff) | |
| download | opencode-9e8fd16e6e4154ae0bccff8342e4b0c7780d8db8.tar.gz opencode-9e8fd16e6e4154ae0bccff8342e4b0c7780d8db8.zip | |
wip: zen
Diffstat (limited to 'packages/console/app/src/context')
| -rw-r--r-- | packages/console/app/src/context/auth.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console/app/src/context/auth.ts b/packages/console/app/src/context/auth.ts index 14a876fda..14f275565 100644 --- a/packages/console/app/src/context/auth.ts +++ b/packages/console/app/src/context/auth.ts @@ -73,6 +73,7 @@ export const getActor = async (workspace?: string): Promise<Actor.Info> => { properties: { userID: user.id, workspaceID: user.workspaceID, + accountID: user.accountID, }, } } |
