Skip to content

Commit 613f367

Browse files
committed
Embed SVG image contents instead of linking to them
1 parent 58bc4cf commit 613f367

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

security/guard_authentication.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,9 @@ Each authenticator needs the following methods:
432432

433433
The picture below shows how Symfony calls Guard Authenticator methods:
434434

435-
.. image:: /_images/security/authentication-guard-methods.svg
436-
:align: center
435+
.. raw:: html
436+
437+
<object data="./_images/security/authentication-guard-methods.svg" type="image/svg+xml"></object>
437438

438439
.. _guard-customize-error:
439440

0 commit comments

Comments
 (0)