From f3e871e6571686dbea3e21fa5dae035ec07f8c72 Mon Sep 17 00:00:00 2001 From: neuronull <9162534+neuronull@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:20:22 -0700 Subject: [PATCH] Revert "claude: remove takeUntil on isPremiumAccount" This reverts commit 9fc32c5fcf47964df63ed4198d96223e26d9ae1f. --- apps/desktop/src/autofill/services/desktop-autotype.service.ts | 1 + 1 file changed, 1 insertion(+) 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(