1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00

Remove duplicate attribute

This commit is contained in:
Thomas Rittson 2025-03-31 17:53:29 +10:00
parent 883a66ef5e
commit 7a8c5df37d
No known key found for this signature in database
GPG Key ID: CDDDA03861C35E27

View File

@ -35,7 +35,6 @@ namespace Bit.Api.AdminConsole.Controllers;
[Route("organizations/{orgId}/users")]
[Authorize("Application")]
[Authorize<MemberOrProviderRequirement>]
public class OrganizationUsersController : Controller
{
private readonly IOrganizationRepository _organizationRepository;