|  |  |  | @ -1,16 +1,11 @@ | 
			
		
	
		
			
				
					|  |  |  |  | using Localization.Resources.AbpUi; | 
			
		
	
		
			
				
					|  |  |  |  | using Microsoft.AspNetCore.Mvc.RazorPages; | 
			
		
	
		
			
				
					|  |  |  |  | using Microsoft.AspNetCore.Mvc.RazorPages; | 
			
		
	
		
			
				
					|  |  |  |  | using Microsoft.Extensions.DependencyInjection; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.AspNetCore.Mvc.Localization; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.AspNetCore.Mvc.UI.Bundling; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Bundling; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.AutoMapper; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.Identity.Localization; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.Identity.Web.Navigation; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.Localization; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.Localization.Resources.AbpValidation; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.Modularity; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.PermissionManagement.Web; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.UI.Navigation; | 
			
		
	
	
		
			
				
					|  |  |  | @ -45,6 +40,8 @@ namespace Volo.Abp.Identity.Web | 
			
		
	
		
			
				
					|  |  |  |  |                 options.FileSets.AddEmbedded<AbpIdentityWebModule>("Volo.Abp.Identity.Web"); | 
			
		
	
		
			
				
					|  |  |  |  |             }); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             context.Services.AddAutoMapperObjectMapper<AbpIdentityWebModule>(); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             Configure<AbpAutoMapperOptions>(options => | 
			
		
	
		
			
				
					|  |  |  |  |             { | 
			
		
	
		
			
				
					|  |  |  |  |                 options.AddProfile<AbpIdentityWebAutoMapperProfile>(validate: true); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |