1
0
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:
Nick Krantz 2025-06-24 13:02:07 -05:00 committed by GitHub
parent d33b0ce1cf
commit 51e93c7323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
{