Removing the work around applied for the multi Antiforgery token issue

Original MVC bug is fixed now.
This commit is contained in:
Praburaj 2014-09-17 14:11:35 -07:00
parent 6d17f77cd2
commit c7cd2e004f
1 changed files with 2 additions and 3 deletions

View File

@ -52,12 +52,11 @@
}
</section>
</div>
@*https://github.com/aspnet/HttpAbstractions/issues/115*@
@*<div class="col-md-4">
<div class="col-md-4">
<section id="socialLoginForm">
@await Html.PartialAsync("_ExternalLoginsListPartial", new ExternalLoginListViewModel { ReturnUrl = ViewBag.ReturnUrl })
</section>
</div>*@
</div>
</div>
@section Scripts {
@*TODO : Until script helpers are available, adding script references manually*@