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