reset-password terminé
This commit is contained in:
parent
ef3418b45c
commit
7102d73f89
11 changed files with 83 additions and 40 deletions
|
|
@ -4,6 +4,7 @@ export interface Membre {
|
|||
email: string;
|
||||
password: string;
|
||||
dateNaissance: Date;
|
||||
couleur: string;
|
||||
passwordConfirm: string;
|
||||
roleList: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue