1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +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 GitHub
parent d5cfdb26d2
commit 50f7fa03db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,6 @@ 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";