We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace9989 commit 018265eCopy full SHA for 018265e
config/packages/security.yaml
@@ -32,7 +32,7 @@ security:
32
# Note: Only the *first* access control that matches will be used
33
access_control:
34
- { path: ^/admin, roles: ROLE_ADMIN }
35
- # - { path: ^/profile, roles: ROLE_USER }
+ - { path: ^/profile, roles: ROLE_USER }
36
37
when@test:
38
security:
templates/BDboom/header.html.twig
@@ -36,7 +36,7 @@
</div>
<div>
<a href="{{ path('app_BDboom_inscription') }}" class="nav-link">S'inscrire</a>
39
- <a href="#" onclick="sendMessageTest()" class="nav-link">test</a>
+ {# <a href="#" onclick="sendMessageTest()" class="nav-link">test</a> #}
40
41
{% endif %}
42
0 commit comments