1
0
mirror of https://github.com/bitwarden/server synced 2026-01-15 15:03:34 +00:00

Add feature flag (#6820)

This commit is contained in:
Bernd Schoolmann
2026-01-13 15:47:22 +01:00
committed by GitHub
parent 07b0721616
commit a9f78487ef

View File

@@ -202,6 +202,7 @@ public static class FeatureFlagKeys
public const string V2RegistrationTDEJIT = "pm-27279-v2-registration-tde-jit";
public const string DataRecoveryTool = "pm-28813-data-recovery-tool";
public const string EnableAccountEncryptionV2KeyConnectorRegistration = "enable-account-encryption-v2-key-connector-registration";
public const string SdkKeyRotation = "pm-30144-sdk-key-rotation";
public const string EnableAccountEncryptionV2JitPasswordRegistration = "enable-account-encryption-v2-jit-password-registration";
/* Mobile Team */