@model VerifyCodeViewModel @{ ViewBag.Title = "Verify"; }

@ViewBag.Title.

Enter verification code

For DEMO only: You can type in this code in the below text box to proceed: [ @ViewBag.Code ]
Please change this code to register an SMS/Email service in IdentityConfig to send a message.


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