Skip to content
Snippets Groups Projects

feat(createAccount) : Update create account form

Merged Jérémie BRISON requested to merge feat/creationCompte into dev
3 files
+ 31
0
Compare changes
  • Side-by-side
  • Inline
Files
3
export class User {
_id: string;
email: string;
name: string;
surname: string;
phone: string;
password?: string;
emailVerified: boolean;
role: number;
Loading