Skip to content

Commit

Permalink
Revert "Remove unused constant"
Browse files Browse the repository at this point in the history
This reverts commit 4fcb9da.

This is required to make feature flags work on the client
  • Loading branch information
eliykat committed Jul 24, 2023
1 parent 5b215cd commit fd4e306
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 @@ -36,6 +36,7 @@ public static class FeatureFlagKeys
public const string DisplayEuEnvironment = "display-eu-environment";
public const string DisplayLowKdfIterationWarning = "display-kdf-iteration-warning";
public const string TrustedDeviceEncryption = "trusted-device-encryption";
public const string SecretsManagerBilling = "sm-ga-billing";

public static List<string> GetAllKeys()
{
Expand Down

0 comments on commit fd4e306

Please sign in to comment.