fix: logs user in after registration
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user