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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user