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:
parent
d7971c939e
commit
1ac4a08672
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user