@model IndexViewModel @{ ViewData["Title"] = "Manage your account"; }
@ViewData["StatusMessage"]
Phone Numbers can used as a second factor of verification in two-factor authentication. See this article for details on setting up this ASP.NET application to support two-factor authentication using SMS.
@*@(Model.PhoneNumber ?? "None") @if (Model.PhoneNumber != null) {There are no two-factor authentication providers configured. See this article for setting up this application to support two-factor authentication.
@*@if (Model.TwoFactor) { } else { }*@