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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user