mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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.