feat: change certif type

This commit is contained in:
2024-07-19 15:24:58 +02:00
parent 47daa459e2
commit 3ccf880057
7 changed files with 30 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ public class LicenceForm {
private int saison;
@FormParam("certificate")
private boolean certificate;
private String certificate = null;
@FormParam("validate")
private boolean validate;