@model EnableTwoFactorViewModel @{ ViewData["Title"] = "Enable Two Factor"; }

Account

Enable Two Factor Authentication

Scan the QR code with Microsoft Authenticator, Google Authenticator, Authy or another compatible app.

@if (!string.IsNullOrWhiteSpace(Model.QrCodeImageDataUri)) { Two-factor QR code } else {
QR code generation was not available. Enter the manual secret below in your authenticator app.
}

Manual secret: @Model.SecretKey

Cancel
@section Scripts { }