From 19e1c478eeb694e7416192f4339240f35dea9055 Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Thu, 19 Feb 2026 16:32:52 +0800 Subject: [PATCH] Update modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml index 02186e03ae..a8f72584f0 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml @@ -3,7 +3,7 @@ @using Volo.Abp.Account.Localization @using Volo.Abp.Account.Web.Pages.Account @using Volo.Abp.AspNetCore.Mvc.UI.Theming -@using Volo.Abp.AspNetCore.Mvc.UI.Layout; +@using Volo.Abp.AspNetCore.Mvc.UI.Layout @inject IThemeManager ThemeManager @inject IPageLayout PageLayout @inject IHtmlLocalizer L