[CHANGE] Extended base user model

This commit is contained in:
max 2024-12-21 16:14:27 +01:00
parent 2361e12847
commit 7ebe1e1752

View File

@ -17,6 +17,9 @@ public abstract class AuthorityUserBase<TKey> where TKey : IEquatable<TKey>
public DateTime CreatedDate { get; set; } public DateTime CreatedDate { get; set; }
public bool TwoFactorEnabled { get; set; } public bool TwoFactorEnabled { get; set; }
public string ConcurrencyStamp { get; set; }
public string SecurityStamp { get; set; }
[Protect] [Protect]