[CHANGE] Extended base user model
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user