We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0694f7f commit efbe564Copy full SHA for efbe564
src/github/repositoriesManager.ts
@@ -225,7 +225,7 @@ export class RepositoriesManager extends Disposable {
225
226
async clearCredentialCache(): Promise<void> {
227
await this._credentialStore.reset();
228
- this.updateState(ReposManagerState.Initializing);
+ this.updateState(ReposManagerState.NeedsAuthentication);
229
}
230
231
async authenticate(enterprise?: boolean): Promise<boolean> {
0 commit comments