mirror of
https://github.com/bitwarden/server.git
synced 2025-06-28 14:46:14 -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.