diff --git a/src/Controller/Web/AccountEventWebController.php b/src/Controller/Web/AccountEventWebController.php index 53c190506..39dcdc959 100644 --- a/src/Controller/Web/AccountEventWebController.php +++ b/src/Controller/Web/AccountEventWebController.php @@ -73,7 +73,6 @@ public function forgotPassword( try { $this->accountEventService->sendResetPasswordEmail($email); } catch (UserResourceNotFoundException) { - return $this->redirectToRoute('web_home_homepage'); } $this->addFlash('success', $this->translator->trans('view.authentication.forgot.link_sent_to_email'));