Skip to content

Commit 1ea2941

Browse files
authored
Merge pull request #2702 from xabbuh/patch-1
fix code block indentation
2 parents 6fd8db3 + 7527580 commit 1ea2941

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)