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 da63426 commit 887d078Copy full SHA for 887d078
security.rst
@@ -824,8 +824,8 @@ Finally, create or update the template:
824
825
.. caution::
826
827
- The ``error`` variable passed into the template is an instance of
828
- :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`.
+ The ``error`` variable passed into the template is an instance
+ of :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`.
829
It may contain sensitive information about the authentication failure.
830
*Never* use ``error.message``: use the ``messageKey`` property instead,
831
as shown in the example. This message is always safe to display.
0 commit comments