diff --git a/src/Core/Services/Implementations/PolicyService.cs b/src/Core/Services/Implementations/PolicyService.cs index 9045ad6d0..ba7986a90 100644 --- a/src/Core/Services/Implementations/PolicyService.cs +++ b/src/Core/Services/Implementations/PolicyService.cs @@ -33,12 +33,10 @@ namespace Bit.Core.Services throw new BadRequestException("Organization not found"); } - /* - if(!org.UseGroups) + if(!org.UsePolicies) { throw new BadRequestException("This organization cannot use policies."); } - */ if(policy.Id == default(Guid)) {