diff --git a/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml b/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml deleted file mode 100644 index ebdf0b0159..0000000000 --- a/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml +++ /dev/null @@ -1,39 +0,0 @@ -@model MusicStore.Models.ExternalLoginConfirmationViewModel -@{ - ViewBag.Title = "Register"; -} -
- You've successfully authenticated with @ViewBag.LoginProvider. - Please enter a user name for this site below and click the Register button to finish - logging in. -
-You're logged in as @Context.HttpContext.User.Identity.Name.
+You're logged in as @Context.HttpContext.User.Identity.GetUserName().
@using (Html.BeginForm("Manage", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @*@Html.AntiForgeryToken()*@- There are no external authentication services configured. See this article - for details on setting up this ASP.NET application to support logging in via external services. -
-| @account.LoginProvider | -
- @if (ViewBag.ShowRemoveButton)
- {
- using (Html.BeginForm("Disassociate", "Account"))
- {
- @Html.AntiForgeryToken()
-
- @Html.Hidden("loginProvider", account.LoginProvider)
- @Html.Hidden("providerKey", account.ProviderKey)
-
-
- }
- }
- else
- {
- @:
- }
- |
-
- @foreach (AuthenticationDescription p in loginProviders) - { - - } -
-