Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -101,6 +101,7 @@ public class CoachResource {
|
||||
Coach coach = new Coach();
|
||||
coach.setKeycloakId(dto.getId_keycloak());
|
||||
coach.setName(dto.getName());
|
||||
coach.setRole(hackathon.FrisbYEE.jpa.metier.Role.coach);
|
||||
coach.setPrenom(dto.getPrenom());
|
||||
return coach;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user