1
0
mirror of https://github.com/bitwarden/server synced 2026-02-22 04:13:43 +00:00

Removing feature flag code from server (#7033)

This commit is contained in:
cd-bitwarden
2026-02-19 18:08:06 -05:00
committed by GitHub
parent 418e6cbfed
commit 6f8a6dccb5
2 changed files with 4 additions and 10 deletions

View File

@@ -185,13 +185,10 @@
<input type="checkbox" class="form-check-input" asp-for="UseSecretsManager" disabled='@(canEditPlan ? null : "disabled")'>
<label class="form-check-label" asp-for="UseSecretsManager"></label>
</div>
@if (FeatureService.IsEnabled(FeatureFlagKeys.SM1719_RemoveSecretsManagerAds))
{
<div class="form-check">
<input type="checkbox" class="form-check-input" asp-for="UseDisableSmAdsForUsers" disabled='@(canEditPlan ? null : "disabled")'>
<label class="form-check-label" asp-for="UseDisableSmAdsForUsers"></label>
</div>
}
<div class="form-check">
<input type="checkbox" class="form-check-input" asp-for="UseDisableSmAdsForUsers" disabled='@(canEditPlan ? null : "disabled")'>
<label class="form-check-label" asp-for="UseDisableSmAdsForUsers"></label>
</div>
</div>
<div class="col-2">
<h3>Access Intelligence</h3>