Skip to content

Commit efbe564

Browse files
authored
GitHub Pull Request extension ends in wired loading state (#7845)
Fixes #7727
1 parent 0694f7f commit efbe564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/repositoriesManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class RepositoriesManager extends Disposable {
225225

226226
async clearCredentialCache(): Promise<void> {
227227
await this._credentialStore.reset();
228-
this.updateState(ReposManagerState.Initializing);
228+
this.updateState(ReposManagerState.NeedsAuthentication);
229229
}
230230

231231
async authenticate(enterprise?: boolean): Promise<boolean> {

0 commit comments

Comments
 (0)