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 1b12e80 commit e4580aeCopy full SHA for e4580ae
src/plus/integrations/providers/github.ts
@@ -293,7 +293,7 @@ export class GitHubIntegration extends GitHubIntegrationBase<HostingIntegrationI
293
const authProvider = await this.authenticationService.get(this.authProvider.id);
294
const session = await authProvider.getSession(this.authProviderDescriptor);
295
if (session == null && this.maybeConnected) {
296
- void this.disconnect();
+ void this.disconnect({ silent: true });
297
} else {
298
if (session?.accessToken !== this._session?.accessToken) {
299
this._session = undefined;
0 commit comments