From c7cd2e004fd4d2c281142472ef443437fda65569 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Wed, 17 Sep 2014 14:11:35 -0700 Subject: [PATCH] Removing the work around applied for the multi Antiforgery token issue Original MVC bug is fixed now. --- src/MusicStore/Views/Account/Login.cshtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MusicStore/Views/Account/Login.cshtml b/src/MusicStore/Views/Account/Login.cshtml index 2ea1296491..27a628c27c 100644 --- a/src/MusicStore/Views/Account/Login.cshtml +++ b/src/MusicStore/Views/Account/Login.cshtml @@ -52,12 +52,11 @@ } - @*https://github.com/aspnet/HttpAbstractions/issues/115*@ - @*
+
@await Html.PartialAsync("_ExternalLoginsListPartial", new ExternalLoginListViewModel { ReturnUrl = ViewBag.ReturnUrl })
-
*@ +
@section Scripts { @*TODO : Until script helpers are available, adding script references manually*@