diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index e35ec2804b..7f1f459d24 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() {