mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 12:13:45 +00:00
I noticed that ciphers will always have `edit = True` even if the sync response has `edit = false`. The root cause seems to be a boolean default to true. And since `false || true => true` it would always be set to true.