update userProfil & logout

This commit is contained in:
Parpaillax
2024-04-24 11:26:17 +02:00
parent 389b5d6b23
commit 7df76ea3ed
10 changed files with 48 additions and 40 deletions

View File

@@ -122,7 +122,7 @@ public class UserProfil {
}
public String getConfirmPassword() {
return password;
return confirmPassword;
}
public void setConfirmPassword(String confirmPassword) {