@{ Layout = null; } Two-factor authentication
@using (Html.BeginForm("Verify", "login", FormMethod.Post)) { @Html.AntiForgeryToken()

Two-factor authentication

Enter the 6-digit code from your authenticator app.

if (ViewBag.Error != null) {
@ViewBag.Error
}
Back to sign in }