File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ This option can also be set via the ``_failure_path`` request parameter:
304
304
<form action="{{ path('login') }}" method="post">
305
305
{# ... #}
306
306
307
- <input type="hidden" name="_failure_path" value="{{ path('forgot_password') }}"/ >
308
- <input type="submit" name="login"/ >
307
+ <input type="hidden" name="_failure_path" value="{{ path('forgot_password') }}">
308
+ <input type="submit" name="login">
309
309
</form>
310
310
311
311
Customizing the Target and Failure Request Parameters
@@ -383,7 +383,7 @@ are now fully customized:
383
383
<form action="{{ path('login') }}" method="post">
384
384
{# ... #}
385
385
386
- <input type="hidden" name="go_to" value="{{ path('dashboard') }}"/ >
387
- <input type="hidden" name="back_to" value="{{ path('forgot_password') }}"/ >
388
- <input type="submit" name="login"/ >
386
+ <input type="hidden" name="go_to" value="{{ path('dashboard') }}">
387
+ <input type="hidden" name="back_to" value="{{ path('forgot_password') }}">
388
+ <input type="submit" name="login">
389
389
</form>
You can’t perform that action at this time.
0 commit comments