From dc2c8e684cafef7bff7039dd75bd698a7dcdec21 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:33:51 -0400 Subject: [PATCH] [PM-11661] Add Feature Flag For Storage Reseed Refactor (#4738) (cherry picked from commit 8491c58595c602f5781a74965029e36dd9d57b51) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index e35ec2804b4b..7f1f459d24d3 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -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 GetAllKeys() {