2 references to TwoFactorAuthentication
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\Manage\ManageNavPages.cs (2)
108public static string? TwoFactorAuthenticationNavClass(ViewContext viewContext) => PageNavClass(viewContext, TwoFactorAuthentication); 167public static string? TwoFactorAuthenticationAriaCurrent(ViewContext viewContext) => AriaCurrent(viewContext, TwoFactorAuthentication);