1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00

set UsePolicies on license update

This commit is contained in:
Kyle Spearrin 2020-03-03 22:32:59 -05:00
parent d5aa7b5624
commit 7b91fe55f0

View File

@ -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;