mirror of
https://github.com/bitwarden/server.git
synced 2025-06-25 13:18:48 -05:00
add end user activation feature flag (#5989)
This commit is contained in:
parent
d33b0ce1cf
commit
51e93c7323
@ -208,6 +208,7 @@ public static class FeatureFlagKeys
|
||||
public const string PhishingDetection = "phishing-detection";
|
||||
public const string RemoveCardItemTypePolicy = "pm-16442-remove-card-item-type-policy";
|
||||
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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user