Skip to content

Commit 9f0f89d

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Use the same template across all examples
2 parents 6634a89 + 83c9b28 commit 9f0f89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/login_link.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ number::
248248
return $this->render('security/login_link_sent.html.twig');
249249
}
250250

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

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

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

0 commit comments

Comments
 (0)