corrections

This commit is contained in:
Blandine Bajard 2022-01-21 12:54:22 +01:00
parent 22af2a20ba
commit 20459365ee
3 changed files with 2 additions and 20 deletions

View file

@ -4,9 +4,6 @@ export interface Membre {
email: string;
password: string;
dateNaissance: Date;
profil: boolean;
roleList: string[];
passwordConfirm: string;
roleList: string[];
}