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 6238ee0 commit 443cfe5Copy full SHA for 443cfe5
security/login_link.rst
@@ -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