Correction validation all formulaire

This commit is contained in:
jleroy
2024-04-25 12:48:30 +02:00
parent c536001a04
commit bd32e620f7
5 changed files with 99 additions and 16 deletions

View File

@@ -160,4 +160,5 @@ public class UserProfil {
public void setNewPassword(String newPassword) {
this.newPassword = newPassword;
}
}