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:
parent
91b4ef756b
commit
5038707007
@ -207,6 +207,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