Filter values in all forms of log
This commit is contained in:
@@ -19,6 +19,4 @@ export class SignOnFormComponent {
|
||||
email: new FormControl<string>(null, [Validators.required]),
|
||||
password: new FormControl<string>(null, [Validators.required]),
|
||||
})
|
||||
|
||||
//TODO: Message d'erreur comme pour login
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user