1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 22:53:44 +00:00

claude: ===

This commit is contained in:
neuronull
2025-10-29 15:17:16 -06:00
parent 424d4005b8
commit 69107b69d6

View File

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