Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Use the same template across all examples
  • Loading branch information
xabbuh committed Sep 1, 2024
2 parents 6634a89 + 83c9b28 commit 9f0f89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/login_link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ number::
return $this->render('security/login_link_sent.html.twig');
}

return $this->render('security/login.html.twig');
return $this->render('security/request_login_link.html.twig');
}

// ...
Expand Down Expand Up @@ -641,7 +641,7 @@ user create this POST request (e.g. by clicking a button)::
<h2>Hi! You are about to login to ...</h2>

<!-- for instance, use a form with hidden fields to
create the POST request --->
create the POST request -->
<form action="{{ path('login_check') }}" method="POST">
<input type="hidden" name="expires" value="{{ expires }}">
<input type="hidden" name="user" value="{{ user }}">
Expand Down

0 comments on commit 9f0f89d

Please sign in to comment.