1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-07 19:37:51 +01:00

Removed eu-environment feature flag (#4966)

This commit is contained in:
Todd Martin 2024-11-05 13:13:09 -05:00 committed by Cy Okeke
parent be832de470
commit 4fa1f0d725
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C

View File

@ -100,7 +100,6 @@ public static class AuthenticationSchemes
public static class FeatureFlagKeys public static class FeatureFlagKeys
{ {
public const string DisplayEuEnvironment = "display-eu-environment";
public const string BrowserFilelessImport = "browser-fileless-import"; public const string BrowserFilelessImport = "browser-fileless-import";
public const string ReturnErrorOnExistingKeypair = "return-error-on-existing-keypair"; public const string ReturnErrorOnExistingKeypair = "return-error-on-existing-keypair";
public const string UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection"; public const string UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection";