[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

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