onDidChangePassword -> onDidChange in secrets API

This commit is contained in:
Rachel Macfarlane
2021-01-04 22:19:55 -08:00
parent 1bb2ae0e36
commit 998e5e2ea6
4 changed files with 6 additions and 6 deletions

View File

@@ -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> {