summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/pages
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-10 21:21:36 -0600
committerAdam <[email protected]>2025-12-11 06:48:59 -0600
commit1b331548ba428a05c48895bfa374f1f140eb4c38 (patch)
treeb15201c52bf333dca287f656064c054c10f2eda7 /packages/desktop/src/pages
parent3bb546c94d6bb295bfeafdafbb9d34b7cc462560 (diff)
downloadopencode-1b331548ba428a05c48895bfa374f1f140eb4c38.tar.gz
opencode-1b331548ba428a05c48895bfa374f1f140eb4c38.zip
wip(desktop): progress
Diffstat (limited to 'packages/desktop/src/pages')
-rw-r--r--packages/desktop/src/pages/layout.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/desktop/src/pages/layout.tsx b/packages/desktop/src/pages/layout.tsx
index 0ba6c0a2d..0bc6e9e09 100644
--- a/packages/desktop/src/pages/layout.tsx
+++ b/packages/desktop/src/pages/layout.tsx
@@ -745,14 +745,14 @@ export default function Layout(props: ParentProps) {
}
setFormStore("error", undefined)
- globalSDK.client.auth.set({
+ await globalSDK.client.auth.set({
providerID,
auth: {
type: "api",
key: apiKey,
},
})
- await globalSDK.client.instance.dispose()
+ await globalSDK.client.global.dispose()
}
return (