From 0fb70996209e5007cffe19f119c56a9324e00418 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 15 Oct 2025 14:36:51 +0200 Subject: [PATCH] Add feature flag (#6453) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) 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";