Skip to content

Commit 0c6dc92

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update impersonating_user.rst remove unneeded space
2 parents 0f76b32 + c198bb2 commit 0c6dc92

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
@@ -150,7 +150,7 @@ instance, to show a link to exit impersonation in a template:
150150
.. code-block:: html+twig
151151

152152
{% if is_granted('IS_IMPERSONATOR') %}
153-
<a href="{{ impersonation_exit_path(path('homepage') ) }}">Exit impersonation</a>
153+
<a href="{{ impersonation_exit_path(path('homepage')) }}">Exit impersonation</a>
154154
{% endif %}
155155

156156
Finding the Original User

0 commit comments

Comments
 (0)