1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00

Revert "claude: remove takeUntil on isPremiumAccount"

This reverts commit 9fc32c5fcf.
This commit is contained in:
neuronull
2025-11-07 13:20:22 -07:00
parent 9fc32c5fcf
commit f3e871e657

View File

@@ -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(