Skip to content

Commit

Permalink
[PM-11661] Add Feature Flag For Storage Reseed Refactor (#4738)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8491c58)
  • Loading branch information
justindbaur authored and trmartin4 committed Sep 6, 2024
1 parent 5403a16 commit dc2c8e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit dc2c8e6

Please sign in to comment.