We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6634a89 + 83c9b28 commit 9f0f89dCopy full SHA for 9f0f89d
security/login_link.rst
@@ -248,7 +248,7 @@ number::
248
return $this->render('security/login_link_sent.html.twig');
249
}
250
251
- return $this->render('security/login.html.twig');
+ return $this->render('security/request_login_link.html.twig');
252
253
254
// ...
@@ -641,7 +641,7 @@ user create this POST request (e.g. by clicking a button)::
641
<h2>Hi! You are about to login to ...</h2>
642
643
<!-- for instance, use a form with hidden fields to
644
- create the POST request --->
+ create the POST request -->
645
<form action="{{ path('login_check') }}" method="POST">
646
<input type="hidden" name="expires" value="{{ expires }}">
647
<input type="hidden" name="user" value="{{ user }}">
0 commit comments