Secrets API feedback

This commit is contained in:
Rachel Macfarlane
2021-01-05 10:16:50 -08:00
parent 037708a33f
commit ced3bb4bb9
7 changed files with 19 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ export class GitHubAuthenticationProvider {
// Ignore, network request failed
}
context.subscriptions.push(context.secretState.onDidChange(() => this.checkForUpdates()));
context.subscriptions.push(context.secrets.onDidChange(() => this.checkForUpdates()));
}
private async verifySessions(): Promise<void> {