mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
SDK decryption feature flag
This commit is contained in:
parent
88e91734f1
commit
bf2089a65f
@ -172,6 +172,7 @@ public static class FeatureFlagKeys
|
||||
public const string WebPush = "web-push";
|
||||
public const string AndroidImportLoginsFlow = "import-logins-flow";
|
||||
public const string PM12276Breadcrumbing = "pm-12276-breadcrumbing-for-business-features";
|
||||
public const string UseSdkForDecrypt = "use-sdk-for-decryption";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user