chore: update UserEmailClaim.cs (#521)

adress -> address
This commit is contained in:
Ikko Eltociear Ashimine
2025-01-08 23:13:14 +09:00
committed by GitHub
parent 6ec66e4d64
commit e236ba454f

View File

@@ -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!;