1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 10:32:49 -05:00

[PM-19222] Include UseRiskInsights in license file (#5528)

This commit is contained in:
Vijay Oommen
2025-04-01 09:19:42 -05:00
committed by GitHub
parent 1beb5dc5c0
commit fd781415c4
2 changed files with 5 additions and 1 deletions

View File

@ -575,6 +575,7 @@ public class OrganizationService : IOrganizationService
UseSecretsManager = license.UseSecretsManager,
SmSeats = license.SmSeats,
SmServiceAccounts = license.SmServiceAccounts,
UseRiskInsights = license.UseRiskInsights,
};
var result = await SignUpAsync(organization, owner.Id, ownerKey, collectionName, false);