@model LoginWithRecoveryCodeViewModel @{ ViewData["Title"] = "Recovery code verification"; }

@ViewData["Title"]


You have requested to login with a recovery code. This login will not be remembered until you provide an authenticator app code at login or disable 2FA and login again.

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }