1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 14:43:31 +00:00

claude: remove takeUntil on isPremiumAccount

This commit is contained in:
neuronull
2025-11-07 11:22:31 -07:00
parent 1ec1b3a841
commit 9fc32c5fcf

View File

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