@model TwoFactorCodeViewModel @{ ViewData["Title"] = "Two-factor authentication"; }

Account

Two-factor authentication

Enter the current 6-digit code from your authenticator app.

@for (var i = 1; i <= 6; i++) { }
Back to Login

Can't access your authenticator app? Use a recovery code.

@section Scripts { }