1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-21 03:08:47 -05:00

add end user activation feature flag

This commit is contained in:
Nick Krantz 2025-06-20 10:29:26 -05:00
parent 91b4ef756b
commit 5038707007
No known key found for this signature in database
GPG Key ID: FF670021ABCAB82E

View File

@ -207,6 +207,7 @@ public static class FeatureFlagKeys
public const string PhishingDetection = "phishing-detection"; public const string PhishingDetection = "phishing-detection";
public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy"; public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy";
public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view"; public const string PM22134SdkCipherListView = "pm-22134-sdk-cipher-list-view";
public const string PM19315EndUserActivationMvp = "pm-19315-end-user-activation-mvp";
public static List<string> GetAllKeys() public static List<string> GetAllKeys()
{ {