diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index c644c61d1c..d0d63ff787 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -198,6 +198,7 @@ public static class FeatureFlagKeys public const string WindowsBiometricsV2 = "pm-25373-windows-biometrics-v2"; public const string LinuxBiometricsV2 = "pm-26340-linux-biometrics-v2"; public const string NoLogoutOnKdfChange = "pm-23995-no-logout-on-kdf-change"; + public const string DisableType0Decryption = "pm-25174-disable-type-0-decryption"; /* Mobile Team */ public const string NativeCarouselFlow = "native-carousel-flow";