8000 Reword · SirRFI/symfony-docs@2382264 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2382264

Browse files
committed
Reword
1 parent d42fbe6 commit 2382264

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

security/login_link.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,4 +740,8 @@ Then, configure this service ID as the ``success_handler``:
740740
],
741741
]);
742742
743-
If you want to manage the failure for example the link is expires, use 'failure_handler' and implements "AuthenticationFailureHandlerInterface" instand of "AuthenticationSuccessHandlerInterface"
743+
.. tip::
744+
745+
If you want to customize the default failure handling, use the
746+
``failure_handler`` option and create a class that implements
747+
:class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface`.

0 commit comments

Comments
 (0)
0