Skip to content

Commit 8c62a4f

Browse files
Syncs cloud integrations on reset
1 parent 873efab commit 8c62a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plus/integrations/integrationService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ export class IntegrationService implements Disposable {
742742

743743
await this.authenticationService.reset();
744744
await this.container.storage.deleteWithPrefix('provider:authentication:skip');
745+
queueMicrotask(() => void this.syncCloudIntegrations(true));
745746
}
746747

747748
supports(remoteProviderId: RemoteProviderId): boolean {

0 commit comments

Comments
 (0)