Skip to content

Commit 443cfe5

Browse files
committed
Fix typo
1 parent 6238ee0 commit 443cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/login_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ user create this POST request (e.g. by clicking a button)::
664664
<h2>Hi! You are about to login to ...</h2>
665665

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

0 commit comments

Comments
 (0)