Skip to content

Commit f90d149

Browse files
committed
minor #20013 [Security] Update impersonating_user.rst remove unneeded space (johanadivare)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Update impersonating_user.rst remove unneeded space Commits ------- 3fefb6a Update impersonating_user.rst remove unneeded space
2 parents f009a04 + 3fefb6a commit f90d149

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)