authentification / signup /signin
This commit is contained in:
parent
1ba991e959
commit
68e1df8eb7
18 changed files with 517 additions and 15 deletions
10
src/app/models/membre.ts
Normal file
10
src/app/models/membre.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export interface Membre {
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
email: string;
|
||||
password: string;
|
||||
dateNaissance: Date;
|
||||
teamName: string;
|
||||
profil: boolean;
|
||||
passwordConfirm: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue