wip(desktop): progress
This commit is contained in:
parent
3bb546c94d
commit
1b331548ba
2 changed files with 6 additions and 6 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue