mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
* Add collections to ciphers in export model. This enables immediately setting collections from the CLI on create. The other location this code is used is on import of Bitwarden json data. However, collectionId is explicitly nulled out here to be resolved later at the server level. * Linter fix