diff --git a/apps/desktop/src/autofill/services/desktop-autotype.service.ts b/apps/desktop/src/autofill/services/desktop-autotype.service.ts index aed8cb003bc..466ba87b47b 100644 --- a/apps/desktop/src/autofill/services/desktop-autotype.service.ts +++ b/apps/desktop/src/autofill/services/desktop-autotype.service.ts @@ -102,6 +102,7 @@ export class DesktopAutotypeService implements OnDestroy { this.billingAccountProfileStateService.hasPremiumFromAnySource$(account.id), ), distinctUntilChanged(), // Only emit when the boolean result changes + takeUntil(this.destroy$), ); this.autotypeKeyboardShortcut$ = this.autotypeKeyboardShortcut.state$.pipe(