mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 22:53:44 +00:00
claude: ===
This commit is contained in:
@@ -163,7 +163,7 @@ export class DesktopAutotypeService {
|
||||
([settingsEnabled, ffEnabled, authStatus, hasPremium]) =>
|
||||
settingsEnabled &&
|
||||
ffEnabled &&
|
||||
authStatus == AuthenticationStatus.Unlocked &&
|
||||
authStatus === AuthenticationStatus.Unlocked &&
|
||||
hasPremium,
|
||||
),
|
||||
distinctUntilChanged(), // Only emit when the boolean result changes
|
||||
|
||||
Reference in New Issue
Block a user