Merge pull request #10117 from umbraco/netcore/task/member-macros-10577

Members working on the front-end with macro updates
This commit is contained in:
Bjarke Berg
2021-04-13 07:14:33 +02:00
committed by GitHub
62 changed files with 1146 additions and 1844 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Cms.Core.Models;
@@ -117,8 +117,6 @@ namespace Umbraco.Cms.Infrastructure.PublishedCache
public DateTime LastLoginDate => _member.LastLoginDate;
public DateTime LastActivityDate => _member.LastLoginDate;
public DateTime LastPasswordChangedDate => _member.LastPasswordChangeDate;
#endregion