AB4234 - Moved stuff from core into web, that used identity.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.Composing;
|
||||
using Umbraco.Core.Mapping;
|
||||
using Umbraco.Web.Models.Identity;
|
||||
using Umbraco.Web.Models.Mapping;
|
||||
|
||||
namespace Umbraco.Web.Composing.CompositionExtensions
|
||||
@@ -27,7 +28,8 @@ namespace Umbraco.Web.Composing.CompositionExtensions
|
||||
.Add<TagMapDefinition>()
|
||||
.Add<TemplateMapDefinition>()
|
||||
.Add<UserMapDefinition>()
|
||||
.Add<LanguageMapDefinition>();
|
||||
.Add<LanguageMapDefinition>()
|
||||
.Add<IdentityMapDefinition>();;
|
||||
|
||||
composition.Register<CommonMapper>();
|
||||
composition.Register<MemberTabsAndPropertiesMapper>();
|
||||
|
||||
Reference in New Issue
Block a user