@model SetPasswordViewModel @{ ViewBag.Title = "Set Password"; }

You do not have a local username/password for this site. Add a local account so you can log in without an external login.

Set your password


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