diff --git a/apps/desktop/src/autofill/services/desktop-autotype.service.ts b/apps/desktop/src/autofill/services/desktop-autotype.service.ts index 466ba87b47b..aed8cb003bc 100644 --- a/apps/desktop/src/autofill/services/desktop-autotype.service.ts +++ b/apps/desktop/src/autofill/services/desktop-autotype.service.ts @@ -102,7 +102,6 @@ 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(