Skip to content

Commit

Permalink
Fixing OpenId applications creation
Browse files Browse the repository at this point in the history
Fixes #2756
  • Loading branch information
sebastienros committed Dec 17, 2018
1 parent d1c775b commit c5e8ce1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
{
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" asp-for="RoleEntries[i].Selected">
<input type="hidden" asp-for="RoleEntries[i].Name">
<label class="custom-control-label" asp-for="RoleEntries[i].Selected">@Model.RoleEntries[i].Name</label>
</div>
}
Expand Down

0 comments on commit c5e8ce1

Please sign in to comment.