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 @Transient
private Long idSecteurCourant; private Long idSecteurCourant;
public void setUsername(String username) { // public void setUsername(String username) {
this.username = this.email; // this.username = username;
} // }
public boolean isAdmin() { public boolean isAdmin() {
for (Role r : this.roles) { for (Role r : this.roles) {