wip(desktop): progress

This commit is contained in:
Adam 2025-12-10 21:21:36 -06:00
commit 1b331548ba
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 6 additions and 6 deletions

View file

@ -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 (