mirror of
https://github.com/bitwarden/server.git
synced 2025-01-22 21:51:22 +01:00
enabled SSO when needed when upgrading from a free plan (#960)
This commit is contained in:
parent
b710e581eb
commit
9848f12638
@ -269,6 +269,7 @@ namespace Bit.Core.Services
|
||||
organization.UseTotp = newPlan.HasTotp;
|
||||
organization.Use2fa = newPlan.Has2fa;
|
||||
organization.UseApi = newPlan.HasApi;
|
||||
organization.UseSso = newPlan.HasSso;
|
||||
organization.SelfHost = newPlan.HasSelfHost;
|
||||
organization.UsersGetPremium = newPlan.UsersGetPremium || upgrade.PremiumAccessAddon;
|
||||
organization.Plan = newPlan.Name;
|
||||
|
Loading…
Reference in New Issue
Block a user