mirror of
https://github.com/bitwarden/server.git
synced 2025-06-28 06:36:15 -05:00

* Implemented a check in CreateCollectionCommand to throw a BadRequestException if a collection of type DefaultUserCollection is attempted to be created. * Added a unit test to verify that the exception is thrown with the correct message when attempting to create a collection of this type.