Skip to content

Commit 5b1eb9b

Browse files
Set authprovider when logging out (#1042)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
1 parent 3bb953e commit 5b1eb9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/databricks-vscode/src/configuration/ConnectionManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ export class ConnectionManager implements Disposable {
277277
await this.updateSyncDestinationMapper();
278278
if (this.configModel.target !== undefined) {
279279
await this.configModel.set("authProfile", undefined);
280+
await this.configModel.setAuthProvider(undefined);
280281
}
281282
this.updateState("DISCONNECTED");
282283
}

0 commit comments

Comments
 (0)