|
|
|
@ -5,7 +5,6 @@ using Volo.Abp.Account.Web.Settings; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.Localization; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Toolbars; |
|
|
|
using Volo.Abp.Identity; |
|
|
|
using Volo.Abp.Identity.AspNetCore; |
|
|
|
using Volo.Abp.Localization; |
|
|
|
using Volo.Abp.Localization.Resources.AbpValidation; |
|
|
|
@ -16,7 +15,6 @@ using Volo.Abp.VirtualFileSystem; |
|
|
|
|
|
|
|
namespace Volo.Abp.Account.Web |
|
|
|
{ |
|
|
|
[DependsOn(typeof(AbpIdentityDomainModule))] |
|
|
|
[DependsOn(typeof(AbpIdentityAspNetCoreModule))] |
|
|
|
[DependsOn(typeof(AbpAspNetCoreMvcUiThemeSharedModule))] |
|
|
|
public class AbpAccountWebModule : AbpModule |
|
|
|
|