mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +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