mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 06:54:07 +00:00
Reverts `!x` or triple equals `x === null` in favor of `x == null` which matched both null and undefined for cases when both are possible.
Reverts `!x` or triple equals `x === null` in favor of `x == null` which matched both null and undefined for cases when both are possible.