@page @model ExternalLoginModel @{ ViewData["Title"] = "Register"; }

@ViewData["Title"]

Associate your @Model.LoginProvider account.


You've successfully authenticated with @Model.LoginProvider. Please enter an email address for this site below and click the Register button to finish logging in.

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