fix: logs user in after registration

This commit is contained in:
2025-05-16 08:17:00 -05:00
parent 2c31485964
commit c4f416af37
8 changed files with 65 additions and 72 deletions

View File

@@ -16,7 +16,6 @@ class RegistrationFormType extends AbstractType
{
$builder
->add('email')
->add('username')
->add('name')
->add('plainPassword', PasswordType::class, [
// instead of being set onto the object directly,