use username

This commit is contained in:
jannisp 2021-04-23 15:06:41 +02:00
parent 5a32d90adc
commit d74c283830
6 changed files with 58 additions and 8 deletions

View file

@ -18,6 +18,7 @@ class RegistrationFormType extends AbstractType
{
$builder
->add('email')
->add('username')
->add('agreeTerms', CheckboxType::class, [
'mapped' => false,
'constraints' => [