mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 23:28:23 -04:00
committed by
GitHub
parent
6ec66e4d64
commit
e236ba454f
@@ -44,13 +44,13 @@ public class UserEmailClaim
|
||||
public string Address { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the email adress local part.
|
||||
/// Gets or sets the email address local part.
|
||||
/// </summary>
|
||||
[StringLength(255)]
|
||||
public string AddressLocal { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the email adress domain part.
|
||||
/// Gets or sets the email address domain part.
|
||||
/// </summary>
|
||||
[StringLength(255)]
|
||||
public string AddressDomain { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user