Skip to content

Commit

Permalink
[PM-8814] Add removed EU feature flag to temporarily fix mobile until…
Browse files Browse the repository at this point in the history
… release rollout (#4177)

cherry picked from commit: 7c80590
  • Loading branch information
andrebispo5 committed Jun 12, 2024
1 parent 1d6038e commit c01df90
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 @@ -102,6 +102,7 @@ public static class AuthenticationSchemes

public static class FeatureFlagKeys
{
public const string DisplayEuEnvironment = "display-eu-environment";
public const string BrowserFilelessImport = "browser-fileless-import";
public const string ReturnErrorOnExistingKeypair = "return-error-on-existing-keypair";
public const string UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection";
Expand Down

0 comments on commit c01df90

Please sign in to comment.