Add LastLogin and CreatedAt to User

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-21 23:57:37 +03:00
parent 1fcaba383e
commit 0af74ec278
7 changed files with 49 additions and 3 deletions
+2
View File
@@ -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) =>