1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

[PM-25384] Add feature flag (#6271)

This commit is contained in:
Thomas Avery
2025-09-02 15:02:02 -05:00
committed by GitHub
parent 53e5ddb1a7
commit a5bed5dcaa

View File

@@ -163,6 +163,7 @@ public static class FeatureFlagKeys
public const string UserSdkForDecryption = "use-sdk-for-decryption";
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";
/* Mobile Team */
public const string NativeCarouselFlow = "native-carousel-flow";