diff --git a/src/Core/Services/Implementations/OrganizationService.cs b/src/Core/Services/Implementations/OrganizationService.cs index e571ca6984..be14e2228a 100644 --- a/src/Core/Services/Implementations/OrganizationService.cs +++ b/src/Core/Services/Implementations/OrganizationService.cs @@ -717,6 +717,7 @@ namespace Bit.Core.Services organization.UseTotp = license.UseTotp; organization.Use2fa = license.Use2fa; organization.UseApi = license.UseApi; + organization.UsePolicies = license.UsePolicies; organization.SelfHost = license.SelfHost; organization.UsersGetPremium = license.UsersGetPremium; organization.Plan = license.Plan;