diff --git a/apps/desktop/src/autofill/services/desktop-autotype.service.ts b/apps/desktop/src/autofill/services/desktop-autotype.service.ts index 22eb5ae414f..b0630620637 100644 --- a/apps/desktop/src/autofill/services/desktop-autotype.service.ts +++ b/apps/desktop/src/autofill/services/desktop-autotype.service.ts @@ -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