mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:46:33 +00:00
Add LastLogin and CreatedAt to User
This commit is contained in:
@@ -8,6 +8,8 @@ public class User
|
||||
public string? Hardware { get; set; }
|
||||
public RoleEnum Role { get; set; }
|
||||
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public DateTime? LastLogin { get; set; }
|
||||
public UserConfig? UserConfig { get; set; } = null!;
|
||||
|
||||
public static string GetCacheKey(string email) =>
|
||||
|
||||
Reference in New Issue
Block a user