Skip to content

Commit 7527580

Browse files
authored
fix code block indentation
1 parent 6fd8db3 commit 7527580

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Resources/doc/emails.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ user experience it is recommended to protect the url of the route `fos_user_upda
4949
in the security configuration.
5050

5151
.. code-block:: yaml
52-
security:
53-
access_control:
54-
- { path: "/{YOUR-PREFIX}/profile/confirm-email-update/{token}", roles: IS_AUTHENTICATED_REMEMBERED }
55-
52+
security:
53+
access_control:
54+
- { path: "/{YOUR-PREFIX}/profile/confirm-email-update/{token}", roles: IS_AUTHENTICATED_REMEMBERED }
5655
5756
Password Reset
5857
--------------

0 commit comments

Comments
 (0)