Merge branch 'dev' of https://github.com/AlineRinquin/organizee-front into sana
This commit is contained in:
commit
58abccca86
@ -56,7 +56,7 @@ export class ToDoListComponent implements OnInit {
|
|||||||
id: 0,
|
id: 0,
|
||||||
texte: this.todoTitle,
|
texte: this.todoTitle,
|
||||||
etat: false,
|
etat: false,
|
||||||
editing: false,
|
editing: false, //flag permettant de passer le texte en input pour update
|
||||||
};
|
};
|
||||||
console.log(this.tache);
|
console.log(this.tache);
|
||||||
if (this.todoTitle != '') {
|
if (this.todoTitle != '') {
|
||||||
|
@ -92,7 +92,10 @@ export class PageAddMemberComponent implements OnInit {
|
|||||||
subject: "Votre mot de passe Organizee",
|
subject: "Votre mot de passe Organizee",
|
||||||
message: `Bonjour ${firstNameValue}!\n Voici vos identifiants de connexion : \n
|
message: `Bonjour ${firstNameValue}!\n Voici vos identifiants de connexion : \n
|
||||||
Identifiant : ${emailValue}
|
Identifiant : ${emailValue}
|
||||||
Mot de passe : ${passwordValue}`
|
Mot de passe : ${passwordValue}
|
||||||
|
Veuillez modifier votre mot de passe à la première connexion :
|
||||||
|
http://localhost:4200/password-oublie
|
||||||
|
`
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user