mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
onDidChangePassword -> onDidChange in secrets API
This commit is contained in:
@@ -40,7 +40,7 @@ export class GitHubAuthenticationProvider {
|
||||
// Ignore, network request failed
|
||||
}
|
||||
|
||||
context.subscriptions.push(context.secretState.onDidChangePassword(() => this.checkForUpdates()));
|
||||
context.subscriptions.push(context.secretState.onDidChange(() => this.checkForUpdates()));
|
||||
}
|
||||
|
||||
private async verifySessions(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user