|
|
|
@ -5,10 +5,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<form asp-controller="Account" asp-action="VerifyCode" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal" role="form">
|
|
|
|
<form asp-controller="Account" asp-action="VerifyCode" method="post" class="form-horizontal" role="form">
|
|
|
|
<div asp-validation-summary="ValidationSummary.All" class="text-danger"></div>
|
|
|
|
<div asp-validation-summary="ValidationSummary.All" class="text-danger"></div>
|
|
|
|
<input asp-for="Provider" type="hidden" />
|
|
|
|
<input asp-for="Provider" type="hidden" />
|
|
|
|
<input asp-for="RememberMe" type="hidden" />
|
|
|
|
<input asp-for="RememberMe" type="hidden" />
|
|
|
|
|
|
|
|
@Html.Hidden("ReturnUrl")
|
|
|
|
<h4>@ViewData["Status"]</h4>
|
|
|
|
<h4>@ViewData["Status"]</h4>
|
|
|
|
<hr />
|
|
|
|
<hr />
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
|