Unverified Commit 5cb4fa91 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2409657 by anushrikumari, StevenPatz, MsG, manauwarsheikh, ressa,...

Issue #2409657 by anushrikumari, StevenPatz, MsG, manauwarsheikh, ressa, roderik, quietone, xjm, Bojhan: Login screen after requesting new password is irrelevant
parent 34f0542f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>');
  }

}