1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 10:34:01 +00:00

[PM-27594] - Update Org and License with Token (#6518)

* Updating the license and org with claims when updating via license token.

* Removing the fature flag check and adding a null check.

* Added to method.
This commit is contained in:
Jared McCannon
2025-10-30 14:34:18 -05:00
committed by GitHub
parent cfe818e0aa
commit 07a18d31a9
3 changed files with 10 additions and 0 deletions

View File

@@ -111,5 +111,6 @@ public static class OrganizationFactory
UseRiskInsights = license.UseRiskInsights,
UseOrganizationDomains = license.UseOrganizationDomains,
UseAdminSponsoredFamilies = license.UseAdminSponsoredFamilies,
UseAutomaticUserConfirmation = license.UseAutomaticUserConfirmation
};
}