[PM-25373] Add feature flag (#6358)

This commit is contained in:
Thomas Avery 2025-09-22 11:05:16 -05:00 committed by GitHub
parent fe7e96eb6a
commit 0b6b93048b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,6 +184,7 @@ public static class FeatureFlagKeys
public const string PM17987_BlockType0 = "pm-17987-block-type-0";
public const string ForceUpdateKDFSettings = "pm-18021-force-update-kdf-settings";
public const string UnlockWithMasterPasswordUnlockData = "pm-23246-unlock-with-master-password-unlock-data";
public const string WindowsBiometricsV2 = "pm-25373-windows-biometrics-v2";
/* Mobile Team */
public const string NativeCarouselFlow = "native-carousel-flow";