1
0
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:
Matt Gibson 2025-03-10 08:11:55 -07:00
parent 88e91734f1
commit bf2089a65f
No known key found for this signature in database
GPG Key ID: 7CBCA182C13B0912

View File

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