2 references to ChangePassword
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\Manage\ManageNavPages.cs (2)
78
public static string? ChangePasswordNavClass(ViewContext viewContext) => PageNavClass(viewContext,
ChangePassword
);
137
public static string? ChangePasswordAriaCurrent(ViewContext viewContext) => AriaCurrent(viewContext,
ChangePassword
);