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

Merge Change with pm-17830 and use the property

This commit is contained in:
Cy Okeke 2025-04-04 13:00:59 +01:00
parent 2ed49ecce8
commit 5c9ef2b686
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C

View File

@ -54,7 +54,7 @@ public class OrganizationLicenseClaimsFactory : ILicenseClaimsFactory<Organizati
new(nameof(OrganizationLicenseConstants.Trial), trial.ToString()), new(nameof(OrganizationLicenseConstants.Trial), trial.ToString()),
// TODO: This default of false should be replaced with entity.UseAdminSponsoredFamilies once the Organization entity // TODO: This default of false should be replaced with entity.UseAdminSponsoredFamilies once the Organization entity
// has been updated to include this property from PR #5531 (https://github.com/bitwarden/server/pull/5531) // has been updated to include this property from PR #5531 (https://github.com/bitwarden/server/pull/5531)
new(nameof(OrganizationLicenseConstants.UseAdminSponsoredFamilies), false.ToString()) new(nameof(OrganizationLicenseConstants.UseAdminSponsoredFamilies), entity.UseAdminSponsoredFamilies.ToString()),
}; };
if (entity.Name is not null) if (entity.Name is not null)