mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
set UsePolicies on license update
This commit is contained in:
@@ -717,6 +717,7 @@ namespace Bit.Core.Services
|
|||||||
organization.UseTotp = license.UseTotp;
|
organization.UseTotp = license.UseTotp;
|
||||||
organization.Use2fa = license.Use2fa;
|
organization.Use2fa = license.Use2fa;
|
||||||
organization.UseApi = license.UseApi;
|
organization.UseApi = license.UseApi;
|
||||||
|
organization.UsePolicies = license.UsePolicies;
|
||||||
organization.SelfHost = license.SelfHost;
|
organization.SelfHost = license.SelfHost;
|
||||||
organization.UsersGetPremium = license.UsersGetPremium;
|
organization.UsersGetPremium = license.UsersGetPremium;
|
||||||
organization.Plan = license.Plan;
|
organization.Plan = license.Plan;
|
||||||
|
|||||||
Reference in New Issue
Block a user