Skip to content

Commit 3fefb6a

Browse files
committed
Update impersonating_user.rst remove unneeded space
1 parent 9dd9689 commit 3fefb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ instance, to show a link to exit impersonation in a template:
142142
.. code-block:: html+twig
143143

144144
{% if is_granted('IS_IMPERSONATOR') %}
145-
<a href="{{ impersonation_exit_path(path('homepage') ) }}">Exit impersonation</a>
145+
<a href="{{ impersonation_exit_path(path('homepage')) }}">Exit impersonation</a>
146146
{% endif %}
147147

148148
.. versionadded:: 5.1

0 commit comments

Comments
 (0)