forgot-pwd + signup

This commit is contained in:
Blandine Bajard 2022-01-20 17:58:18 +01:00
parent 559be4fbd9
commit 673887a81c
11 changed files with 12278 additions and 1754 deletions

View file

@ -1,10 +1,9 @@
export interface Membre {
firstName: string;
lastName: string;
prenom : string;
nom: string;
email: string;
password: string;
dateNaissance: Date;
teamName: string;
profil: boolean;
passwordConfirm: string;
roleList: string[];
}