1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

[PM-1026] Add constant key to retrieve feature flag from darkly sdk. (#2823)

* [PM-1026] Add constant key to retrieve feature flag from darkly sdk.

* [PM-1026] Rename constant
This commit is contained in:
André Bispo
2023-03-23 13:54:04 +00:00
committed by GitHub
parent bf4e039911
commit 49587dc2a9

View File

@@ -28,6 +28,7 @@ public static class AuthenticationSchemes
public static class FeatureFlagKeys
{
public const string SecretsManager = "secrets-manager";
public const string DisplayEuEnvironment = "display-eu-environment";
public static List<string> GetAllKeys()
{