@model ResetPasswordViewModel @{ ViewData["Title"] = "Reset password"; }
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }