This commit is contained in:
vladp
2025-11-28 14:30:25 +07:00
parent e6d7fa7aae
commit 3a9980fd86
3 changed files with 3 additions and 3 deletions
@@ -13,7 +13,6 @@ import java.time.LocalDate;
public record RegisterRequest(
@NotBlank(message = "error.name.length")
@Size(min = 2)
String fullName,
String companyName,