mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +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