remove required from surname
This commit is contained in:
parent
3d32dc05d5
commit
33c66767a2
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ public class CreateForm implements Serializable {
|
|||
@Size(max = 100)
|
||||
public String confirmPassword;
|
||||
|
||||
@Required
|
||||
@Size(max = 1000)
|
||||
public String surname;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue