1
0
mirror of https://github.com/bitwarden/server synced 2026-01-05 10:03:23 +00:00
This commit is contained in:
Alex Morask
2025-10-29 07:41:42 -05:00
committed by GitHub
parent 8f2f2046b7
commit 5f0e0383a5
4 changed files with 0 additions and 34 deletions

View File

@@ -152,13 +152,6 @@
<input type="checkbox" class="form-check-input" asp-for="UseCustomPermissions" disabled='@(canEditPlan ? null : "disabled")'>
<label class="form-check-label" asp-for="UseCustomPermissions"></label>
</div>
@if(FeatureService.IsEnabled(FeatureFlagKeys.PM17772_AdminInitiatedSponsorships))
{
<div class="form-check">
<input type="checkbox" class="form-check-input" asp-for="UseAdminSponsoredFamilies" disabled='@(canEditPlan ? null : "disabled")'>
<label class="form-check-label" asp-for="UseAdminSponsoredFamilies"></label>
</div>
}
@if(FeatureService.IsEnabled(FeatureFlagKeys.AutomaticConfirmUsers))
{
<div class="form-check">