mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
[PM-11661] Add Feature Flag For Storage Reseed Refactor (#4738)
(cherry picked from commit 8491c58595)
This commit is contained in:
@@ -139,6 +139,7 @@ public static class FeatureFlagKeys
|
||||
public const string NativeCreateAccountFlow = "native-create-account-flow";
|
||||
public const string AccountDeprovisioning = "pm-10308-account-deprovisioning";
|
||||
public const string NotificationBarAddLoginImprovements = "notification-bar-add-login-improvements";
|
||||
public const string StorageReseedRefactor = "storage-reseed-refactor";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user