mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00:00
* Fix assigning Manage access to default collection The previous implementation did not work when creating an org as a provider because the ownerId is null in OrganizationService.SignUp. Added a null check and handled assigning access in ProviderService instead. * Tweaks