Fix event name
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f518703d5a
commit
6eb07948d4
|
|
@ -320,7 +320,7 @@ class RegisterController extends Controller {
|
|||
// Delete registration
|
||||
$this->registrationService->deleteRegistration($registration);
|
||||
|
||||
$this->eventDispatcher->dispatchTyped(new PassedFormEvent(PassedFormEvent::STEP_EMAIL, $secret, $user));
|
||||
$this->eventDispatcher->dispatchTyped(new PassedFormEvent(PassedFormEvent::STEP_USER, $secret, $user));
|
||||
|
||||
if ($user->isEnabled()) {
|
||||
$this->registrationService->loginUser($user->getUID(), $user->getUID(), $password);
|
||||
|
|
|
|||
Loading…
Reference in New Issue