Skip to content

Commit d89bfed

Browse files
committed
minor #9228 Embed SVG image contents instead of linking to them (javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- Embed SVG image contents instead of linking to them Commits ------- 613f367 Embed SVG image contents instead of linking to them
2 parents 58bc4cf + 613f367 commit d89bfed

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)