1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 11:43:23 +00:00

[PM-21727] Add feature to plan and license constructor (#5834)

* add feature to plan

* add license to ctor for old license file creation method
This commit is contained in:
Brandon Treston
2025-05-16 17:30:51 -04:00
committed by GitHub
parent fad91d8614
commit b3f7265129
10 changed files with 22 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ public record PlanAdapter : Plan
Has2fa = HasFeature("2fa");
HasApi = HasFeature("api");
HasSso = HasFeature("sso");
HasOrganizationDomains = HasFeature("organizationDomains");
HasKeyConnector = HasFeature("keyConnector");
HasScim = HasFeature("scim");
HasResetPassword = HasFeature("resetPassword");