@model VerifyPhoneNumberViewModel @{ ViewBag.Title = "Verify Phone Number"; }

@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 service in IdentityConfig to send a text message.


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