We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e60e1 commit e8d3ad5Copy full SHA for e8d3ad5
security/login_link.rst
@@ -277,7 +277,7 @@ number::
277
return $this->render('security/login_link_sent.html.twig');
278
}
279
280
- return $this->render('security/login.html.twig');
+ return $this->render('security/request_login_link.html.twig');
281
282
283
// ...
@@ -664,7 +664,7 @@ user create this POST request (e.g. by clicking a button)::
664
<h2>Hi! You are about to login to ...</h2>
665
666
<!-- for instance, use a form with hidden fields to
667
- create the POST request --->
+ create the POST request -->
668
<form action="{{ path('login_check') }}" method="POST">
669
<input type="hidden" name="expires" value="{{ expires }}">
670
<input type="hidden" name="user" value="{{ user }}">
0 commit comments