Removing the work around applied for the multi Antiforgery token issue
Original MVC bug is fixed now.
This commit is contained in:
parent
6d17f77cd2
commit
c7cd2e004f
|
|
@ -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*@
|
||||
|
|
|
|||
Loading…
Reference in New Issue