login presque fix

This commit is contained in:
trochas
2026-01-09 13:38:50 +01:00
parent 2651c34df5
commit e52ba2fe3b
3 changed files with 22 additions and 21 deletions

View File

@@ -105,7 +105,7 @@ export class Coach extends User{
id_keycloak: this.keycloakId,
name: this.nom,
prenom: this.prenom,
sessionIds: this.sessionsID,
sessionIds: this.sessionsID ,
};
return dto;
}