Browse Source

Merge pull request #24905 from abpframework/auto-merge/rel-10-1/4366

Merge branch dev with rel-10.1
pull/24907/head
Volosoft Agent 1 month ago
committed by GitHub
parent
commit
ae332e1dac
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml

3
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml

@ -3,11 +3,14 @@
@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
@inject IThemeManager ThemeManager
@inject IPageLayout PageLayout
@inject IHtmlLocalizer<AccountResource> L
@model ManageModel
@{
Layout = ThemeManager.CurrentTheme.GetApplicationLayout();
PageLayout.Content.Title = L["MyAccount"].Value;
}
@section scripts {
<abp-script-bundle name="@typeof(ManageModel).FullName"/>

Loading…
Cancel
Save