mirror of
https://github.com/bitwarden/server.git
synced 2025-12-11 04:34:37 -06:00
[PM-25384] Add feature flag (#6271)
This commit is contained in:
parent
53e5ddb1a7
commit
a5bed5dcaa
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user