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>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
@*https://github.com/aspnet/HttpAbstractions/issues/115*@
|
<div class="col-md-4">
|
||||||
@*<div class="col-md-4">
|
|
||||||
<section id="socialLoginForm">
|
<section id="socialLoginForm">
|
||||||
@await Html.PartialAsync("_ExternalLoginsListPartial", new ExternalLoginListViewModel { ReturnUrl = ViewBag.ReturnUrl })
|
@await Html.PartialAsync("_ExternalLoginsListPartial", new ExternalLoginListViewModel { ReturnUrl = ViewBag.ReturnUrl })
|
||||||
</section>
|
</section>
|
||||||
</div>*@
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@section Scripts {
|
@section Scripts {
|
||||||
@*TODO : Until script helpers are available, adding script references manually*@
|
@*TODO : Until script helpers are available, adding script references manually*@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue