mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix signing out behavior if using another provider
This commit is contained in:
@@ -403,6 +403,7 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
|
|||||||
await this.storeSecret("koduApiKey", undefined)
|
await this.storeSecret("koduApiKey", undefined)
|
||||||
await this.updateGlobalState("koduEmail", undefined)
|
await this.updateGlobalState("koduEmail", undefined)
|
||||||
await this.updateGlobalState("koduCredits", undefined)
|
await this.updateGlobalState("koduCredits", undefined)
|
||||||
|
await this.updateGlobalState("apiProvider", "kodu")
|
||||||
this.claudeDev?.updateApi({ apiProvider: "kodu", koduApiKey: undefined })
|
this.claudeDev?.updateApi({ apiProvider: "kodu", koduApiKey: undefined })
|
||||||
await this.postStateToWebview()
|
await this.postStateToWebview()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user