develop #59

Merged
judaur2005 merged 2 commits from develop into main 2025-12-20 14:34:42 +00:00
Showing only changes of commit e75eff4e20 - Show all commits

View File

@@ -71,9 +71,9 @@ public class User extends BaseEntity implements Serializable {
@Transient
private Long idSecteurCourant;
public void setUsername(String username) {
this.username = this.email;
}
// public void setUsername(String username) {
// this.username = username;
// }
public boolean isAdmin() {
for (Role r : this.roles) {