1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 13:13:24 +00:00

Re-add missing checkbox (#6532)

This commit is contained in:
Alex Morask
2025-11-04 07:25:42 -06:00
committed by GitHub
parent 7e54773a6e
commit 04ed8abf5a

View File

@@ -152,6 +152,10 @@
<input type="checkbox" class="form-check-input" asp-for="UseCustomPermissions" disabled='@(canEditPlan ? null : "disabled")'>
<label class="form-check-label" asp-for="UseCustomPermissions"></label>
</div>
<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">