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