Skip to content

Commit 8404ea1

Browse files
Updates comment
1 parent 2f06b5e commit 8404ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/integrations/integrationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class IntegrationService implements Disposable {
126126
}
127127

128128
private onDidChangeSubscription(e: SubscriptionChangeEvent) {
129-
// TODO is this correct?
129+
// When logging out, disconnect all connected cloud integrations
130130
if (e.current?.account == null) {
131131
void this.syncCloudIntegrations(false);
132132
}

0 commit comments

Comments
 (0)