From 3eda53586816333849761db05449aabd724d4b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= Date: Sun, 26 Jan 2025 16:09:33 +0100 Subject: [PATCH] :sparkles: fix user form --- src/Form/UserAdminType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/UserAdminType.php b/src/Form/UserAdminType.php index d1c1a45..e368351 100755 --- a/src/Form/UserAdminType.php +++ b/src/Form/UserAdminType.php @@ -20,7 +20,7 @@ class UserAdminType extends AbstractType public function buildForm(FormBuilderInterface $builder, array $options): void { $builder - ->add('fullname', EmailType::class, [ + ->add('fullname', null, [ 'label' => 'Nom complet', ]) ->add('email', EmailType::class, [