Commit 19fe6c67cea1caf393d7653b008f29228a79fca1

Authored by Geoffrey PREUD'HOMME
1 parent e21c0615

Ajout du login dans les informations complètes

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/services/PolyUserServ.js
@@ -93,6 +93,7 @@ var PolyUserServ = module.exports = { @@ -93,6 +93,7 @@ var PolyUserServ = module.exports = {
93 var etudiant = !personnel; 93 var etudiant = !personnel;
94 var enCours = etudiant && !ancien; 94 var enCours = etudiant && !ancien;
95 cb(null, { 95 cb(null, {
  96 + login: login,
96 nom: nom, 97 nom: nom,
97 prenom: nom.split(' ')[0], 98 prenom: nom.split(' ')[0],
98 section: section, 99 section: section,