Temporarily disable anti-forgery validation for HTTPS proxy compatibility
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form method="post" asp-area="Admin" asp-controller="Account" asp-action="Login">
|
||||
@Html.AntiForgeryToken()
|
||||
@if (ViewData.ModelState[""]?.Errors.Count > 0)
|
||||
{
|
||||
<div class="alert alert-danger" role="alert">
|
||||
|
||||
Reference in New Issue
Block a user