feat: membre required field light

This commit is contained in:
2024-07-17 11:46:13 +02:00
parent f84ad91dc8
commit 5ba4ee1f90
6 changed files with 53 additions and 26 deletions

View File

@@ -38,7 +38,7 @@ public class FullMemberForm {
private String country;
@FormParam("birth_date")
private Date birth_date;
private Date birth_date = null;
@FormParam("email")
private String email;