modif mail add member et comment sur to do list editing
This commit is contained in:
parent
f7a657fddd
commit
bb80e279e6
@ -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 != '') {
|
||||
|
@ -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
|
||||
`
|
||||
};
|
||||
|
||||
|
||||
|
@ -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 **/
|
||||
|
Loading…
Reference in New Issue
Block a user