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:
parent
2ed49ecce8
commit
5c9ef2b686
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user