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,
|
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 != '') {
|
||||||
|
@ -93,7 +93,10 @@ export class PageAddMemberComponent implements OnInit {
|
|||||||
//message: 'Votre mot de passe'
|
//message: 'Votre mot de passe'
|
||||||
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
|
||||||
|
`
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ export class PageUpdateMemberComponent implements OnInit {
|
|||||||
this.updateMembreForm = new FormGroup({});
|
this.updateMembreForm = new FormGroup({});
|
||||||
this.membreData = this.initForm();
|
this.membreData = this.initForm();
|
||||||
this.membreInfos = '';
|
this.membreInfos = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
/** Pour récuperer l'id du membre à modifier **/
|
/** Pour récuperer l'id du membre à modifier **/
|
||||||
|
Loading…
Reference in New Issue
Block a user