@model AuthLoginViewModel

Login

@Html.AntiForgeryToken()
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }