7 references to TwoFactorAuthentication
Microsoft.AspNetCore.Identity.UI (7)
Areas\Identity\Pages\V4\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
);
Disable2fa_cshtml.g.cs (1)
70
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
EnableAuthenticator_cshtml.g.cs (1)
77
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
GenerateRecoveryCodes_cshtml.g.cs (1)
70
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
ResetAuthenticator_cshtml.g.cs (1)
69
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
TwoFactorAuthentication_cshtml.g.cs (1)
83
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;