mirror of
https://github.com/bitwarden/server
synced 2026-01-07 11:03:37 +00:00
Cleaned up feature flag logic now that it's released (#3490)
This commit is contained in:
@@ -28,7 +28,7 @@ public abstract record Plan
|
||||
public bool HasCustomPermissions { get; protected init; }
|
||||
public int UpgradeSortOrder { get; protected init; }
|
||||
public int DisplaySortOrder { get; protected init; }
|
||||
public int? LegacyYear { get; set; }
|
||||
public int? LegacyYear { get; protected init; }
|
||||
public bool Disabled { get; protected init; }
|
||||
public PasswordManagerPlanFeatures PasswordManager { get; protected init; }
|
||||
public SecretsManagerPlanFeatures SecretsManager { get; protected init; }
|
||||
|
||||
Reference in New Issue
Block a user