Skip to content

Commit 887d078

Browse files
Space was missing on rendered page
1 parent da63426 commit 887d078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ Finally, create or update the template:
824824

825825
.. caution::
826826

827-
The ``error`` variable passed into the template is an instance of
828-
:class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`.
827+
The ``error`` variable passed into the template is an instance
828+
of :class:`Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException`.
829829
It may contain sensitive information about the authentication failure.
830830
*Never* use ``error.message``: use the ``messageKey`` property instead,
831831
as shown in the example. This message is always safe to display.

0 commit comments

Comments
 (0)