From 6f8a6dccb56cf03aa739ca1b6313a6dd075b34d1 Mon Sep 17 00:00:00 2001 From: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:08:06 -0500 Subject: [PATCH] Removing feature flag code from server (#7033) --- .../Views/Shared/_OrganizationForm.cshtml | 11 ++++------- src/Core/Constants.cs | 3 --- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/Admin/AdminConsole/Views/Shared/_OrganizationForm.cshtml b/src/Admin/AdminConsole/Views/Shared/_OrganizationForm.cshtml index 0b60d99e3c..d0ba57605e 100644 --- a/src/Admin/AdminConsole/Views/Shared/_OrganizationForm.cshtml +++ b/src/Admin/AdminConsole/Views/Shared/_OrganizationForm.cshtml @@ -185,13 +185,10 @@ - @if (FeatureService.IsEnabled(FeatureFlagKeys.SM1719_RemoveSecretsManagerAds)) - { -