fixes user's auto-deletion :-)

This commit is contained in:
Paul Schneider 2019-07-21 02:54:16 +02:00
commit 105f8c70c9
3 changed files with 6 additions and 1 deletions

View file

@ -8,6 +8,7 @@
<form asp-controller="Account" asp-action="Delete" method="post" class="form-horizontal" role="form">
@Html.Hidden("ReturnUrl")
@Html.Hidden("UserId")
<input type="submit" value="@SR["Unregister"]" class="btn btn-default"/>
</form>