mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 14:05:10 -05:00
revert back to plural key value (#5638)
This commit is contained in:
parent
0b50a1819e
commit
d553d52c93
@ -197,7 +197,7 @@ public static class FeatureFlagKeys
|
|||||||
public const string RestrictProviderAccess = "restrict-provider-access";
|
public const string RestrictProviderAccess = "restrict-provider-access";
|
||||||
public const string SecurityTasks = "security-tasks";
|
public const string SecurityTasks = "security-tasks";
|
||||||
public const string CipherKeyEncryption = "cipher-key-encryption";
|
public const string CipherKeyEncryption = "cipher-key-encryption";
|
||||||
public const string DesktopCipherForm = "pm-18520-desktop-cipher-form";
|
public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms";
|
||||||
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
|
public const string PM19941MigrateCipherDomainToSdk = "pm-19941-migrate-cipher-domain-to-sdk";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user