Merge pull request #94 from AlineRinquin/blandine

modif mail add member et comment sur to do list editing
This commit is contained in:
AlineRinquin 2022-03-07 16:41:53 +01:00 committed by GitHub
commit 65a61e259b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -56,7 +56,7 @@ export class ToDoListComponent implements OnInit {
id: 0,
texte: this.todoTitle,
etat: false,
editing: false,
editing: false, //flag permettant de passer le texte en input pour update
};
console.log(this.tache);
if (this.todoTitle != '') {

View file

@ -93,7 +93,10 @@ export class PageAddMemberComponent implements OnInit {
//message: 'Votre mot de passe'
message: `Bonjour ${firstNameValue}!\n Voici vos identifiants de connexion : \n
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
`
};

View file

@ -23,7 +23,7 @@ export class PageUpdateMemberComponent implements OnInit {
this.updateMembreForm = new FormGroup({});
this.membreData = this.initForm();
this.membreInfos = '';
}
}
ngOnInit(): void {
/** Pour récuperer l'id du membre à modifier **/