Skip to content

Commit

Permalink
oops missing >
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Mar 31, 2021
1 parent 7ed684d commit 47e8033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function checkEmail(): Response
{
// Generate a fake token - the user does not exist or someone hit this page directly.
if (null === ($resetToken = $this->getTokenObjectFromSession())) {
$resetToken = $this-resetPasswordHelper->generateFakeResetToken();
$resetToken = $this->resetPasswordHelper->generateFakeResetToken();
}

return $this->render('reset_password/check_email.html.twig', [
Expand Down

0 comments on commit 47e8033

Please sign in to comment.