1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

[PM-19423] Update an existing org with license should set UseRiskInsights flag (#5539)

This commit is contained in:
Vijay Oommen
2025-04-03 08:35:29 -05:00
committed by GitHub
parent 282e80ca02
commit 0f0c3a4e5a
4 changed files with 5 additions and 1 deletions

View File

@ -313,5 +313,6 @@ public class Organization : ITableObject<Guid>, IStorableSubscriber, IRevisable,
UseSecretsManager = license.UseSecretsManager;
SmSeats = license.SmSeats;
SmServiceAccounts = license.SmServiceAccounts;
UseRiskInsights = license.UseRiskInsights;
}
}