@model TDC.Web.Models.RegisterExternalLoginModel
@{
ViewBag.Title = "Register";
}
@ViewBag.Title.
Associate your @ViewBag.ProviderDisplayName account.
@using (Html.BeginForm("ExternalLoginConfirmation", "Account", new { ReturnUrl = ViewBag.ReturnUrl })) {
@Html.AntiForgeryToken()
@Html.ValidationSummary(true)