@model LoginViewModel @{ ViewBag.Title = "Log in"; }

@ViewBag.Title.

Use a local account to log in.


Register as a new user?

Forgot your password?

@await Html.PartialAsync("_ExternalLoginsListPartial", new ExternalLoginListViewModel { ReturnUrl = ViewBag.ReturnUrl })
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }