Skip to content
Snippets Groups Projects
Commit 1de25500 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13671 TIME 0:05 change email

parent 35363cfb
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ export class UseradminComponent implements OnInit {
lastname: ['SUPER', Validators.required],
password: ['', Validators.required],
passwordConfirm: ['', Validators.required],
email: ['dev@maarch.org', valEmail],
email: ['yourEmail@domain.com', valEmail],
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment