mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
onDidChangePassword -> onDidChange in secrets API
This commit is contained in:
@@ -149,7 +149,7 @@ export class AzureActiveDirectoryService {
|
||||
}
|
||||
}
|
||||
|
||||
this._disposables.push(this._context.secretState.onDidChangePassword(() => this.checkForUpdates));
|
||||
this._disposables.push(this._context.secretState.onDidChange(() => this.checkForUpdates));
|
||||
}
|
||||
|
||||
private parseStoredData(data: string): IStoredSession[] {
|
||||
|
||||
Reference in New Issue
Block a user