1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-25 23:02:17 -05:00

Define use sd for decryption feature flag (#5653)

This commit is contained in:
Matt Gibson 2025-04-15 12:03:06 -07:00 committed by GitHub
parent d7971c939e
commit 1ac4a08672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,7 @@ public static class FeatureFlagKeys
public const string Argon2Default = "argon2-default";
public const string UserkeyRotationV2 = "userkey-rotation-v2";
public const string SSHKeyItemVaultItem = "ssh-key-vault-item";
public const string UserSdkForDecryption = "use-sdk-for-decryption";
public const string PM17987_BlockType0 = "pm-17987-block-type-0";
/* Mobile Team */