Skip to content

Commit

Permalink
fix bug 71991
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 9, 2024
1 parent 61cb1de commit 269d5eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class AdminMessageBaseSettingsRequestsDto
/// Email
/// </summary>
[EmailAddress]
[StringLength(255)]
public string Email { get; set; }

/// <summary>
Expand All @@ -72,6 +73,7 @@ public class AdminMessageSettingsRequestsDto : AdminMessageBaseSettingsRequestsD
/// <summary>
/// Message
/// </summary>
[StringLength(255)]
public string Message { get; set; }
}

Expand Down

0 comments on commit 269d5eb

Please sign in to comment.