Skip to content

Commit

Permalink
Update impersonating_user.rst remove unneeded space
Browse files Browse the repository at this point in the history
  • Loading branch information
JohJohan committed Jul 2, 2024
1 parent 9dd9689 commit 3fefb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/impersonating_user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ instance, to show a link to exit impersonation in a template:
.. code-block:: html+twig

{% if is_granted('IS_IMPERSONATOR') %}
<a href="{{ impersonation_exit_path(path('homepage') ) }}">Exit impersonation</a>
<a href="{{ impersonation_exit_path(path('homepage')) }}">Exit impersonation</a>
{% endif %}

.. versionadded:: 5.1
Expand Down

0 comments on commit 3fefb6a

Please sign in to comment.