mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
ab506ffbdbd1a9bb2d6161aea69005cbc45fa4d9
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.
Description
Languages
TypeScript
81.8%
HTML
12.6%
SCSS
2.3%
JavaScript
1.6%
MDX
0.9%
Other
0.7%