Unverified Commit 61307db3 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

(cherry picked from commit 5cb4fa91)
parent abe9d465
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>');
  }

}