mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fix signing out behavior if using another provider
This commit is contained in:
parent
5f8573bb92
commit
2d5c3ad63b
1 changed files with 1 additions and 0 deletions
|
|
@ -403,6 +403,7 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
|
|||
await this.storeSecret("koduApiKey", undefined)
|
||||
await this.updateGlobalState("koduEmail", undefined)
|
||||
await this.updateGlobalState("koduCredits", undefined)
|
||||
await this.updateGlobalState("apiProvider", "kodu")
|
||||
this.claudeDev?.updateApi({ apiProvider: "kodu", koduApiKey: undefined })
|
||||
await this.postStateToWebview()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue