mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 14:05:10 -05:00
[PM-10611] Add EndUserNotifications feature flag (#5663)
This commit is contained in:
parent
1399b1417e
commit
49bae6c241
@ -203,6 +203,7 @@ public static class FeatureFlagKeys
|
||||
public const string CipherKeyEncryption = "cipher-key-encryption";
|
||||
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
|
||||
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
|
||||
public const string EndUserNotifications = "pm-10609-end-user-notifications";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user