Loading core/modules/user/src/Form/UserPasswordForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) { $this->messenger()->addStatus($this->t('Further instructions have been sent to your email address.')); } $form_state->setRedirect('user.page'); $form_state->setRedirect('<front>'); } } Loading
core/modules/user/src/Form/UserPasswordForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) { $this->messenger()->addStatus($this->t('Further instructions have been sent to your email address.')); } $form_state->setRedirect('user.page'); $form_state->setRedirect('<front>'); } }