mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
Fix improper merge conflict resolution
This commit is contained in:
@ -763,7 +763,7 @@ public class OrganizationsController : Controller
|
||||
|
||||
return new OrganizationSsoResponseModel(organization, _globalSettings, ssoConfig);
|
||||
}
|
||||
|
||||
|
||||
[HttpPut("{id}/collection-management")]
|
||||
public async Task<OrganizationResponseModel> PutCollectionManagement(Guid id, [FromBody] OrganizationCollectionManagementUpdateRequestModel model)
|
||||
{
|
||||
|
Reference in New Issue
Block a user