mirror of
https://github.com/bitwarden/server.git
synced 2025-06-27 22:26:13 -05:00

* Implemented a check to throw a BadRequestException if an attempt is made to modify member access for collections of type DefaultUserCollection. * Added a unit test to ensure the exception is thrown with the correct message when this condition is met.