refact and login

This commit is contained in:
Paul Schneider 2026-03-09 02:07:09 +00:00
commit e042e34bf7
78 changed files with 2492 additions and 50576 deletions

View file

@ -1,9 +1,5 @@
@model Client
@{
ViewData["Title"] = "Edit";
}
<h2>@Localizer["Edit"]</h2>
<form asp-action="Edit">
@ -65,7 +61,7 @@
<div class="form-group">
<label asp-for="AccessTokenType" class="col-md-2 control-label"></label>
<div class="col-md-10">
@Html.DropDownList("Type")
@Html.DropDownList("AccessTokenType")
<span asp-validation-for="AccessTokenType" class="text-danger" ></span>
</div>
</div>