Filter values in all forms of log

This commit is contained in:
2026-03-25 14:08:43 +01:00
parent 13ad5d369c
commit 5be67500c6
@@ -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
}