From 085c6535e7b113a1b4beb3f0e67aee14f7aea178 Mon Sep 17 00:00:00 2001 From: Bruno Baguette Date: Wed, 22 Dec 2021 20:14:39 +0100 Subject: [PATCH] Fix wrong path (aka 404 error) for security_events.svg diagram MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "../" ➤ "./" --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 39965fd1530..16442d23b58 100644 --- a/security.rst +++ b/security.rst @@ -2589,7 +2589,7 @@ Authentication Events .. raw:: html - + :class:`Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent` Dispatched after the authenticator created the :ref:`security passport `.