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

@ViewData["Title"]


Your login is protected by an SMS 2FA code. Enter your code below.

@section Scripts { }