This commit is contained in:
Paul Schneider 2026-07-04 20:03:56 +01:00
commit bce6280750
55 changed files with 235 additions and 45 deletions

View file

@ -1,4 +1,8 @@
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientClaim>
@{
ViewBag.Title = Localizer["Client"];
}
@{
ViewData["Title"] = "Edit Client Claims";
var clientId = Model.FirstOrDefault()?.ClientId ?? 0;
@ -61,4 +65,4 @@
<p>
<a asp-action="Edit" asp-route-id="@clientId">Back to client</a>
</p>
</p>