1
0
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:
Justin Baur
2024-09-06 09:33:51 -04:00
committed by Todd Martin
parent 5403a1697d
commit dc2c8e684c

View File

@@ -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()
{