refactoring the Register

This commit is contained in:
Paul Schneider 2026-02-22 23:39:56 +00:00
commit f1dd648970
43 changed files with 4610 additions and 86 deletions

View file

@ -2,13 +2,13 @@
@model IEnumerable<IdentityServer8.EntityFramework.Entities.Client>
@{
ViewData["Title"] = @SR["Index"];
ViewData["Title"] = @Localizer["Index"];
}
<h2>@SR["Index"]</h2>
<h2>@Localizer["Index"]</h2>
<p>
<a asp-action="Create">@SR["Create New"]</a>
<a asp-action="Create">@Localizer["Create New"]</a>
</p>
<table class="table">