Skip to content

Commit 018265e

Browse files
author
=
committed
maj test link
1 parent ace9989 commit 018265e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ security:
3232
# Note: Only the *first* access control that matches will be used
3333
access_control:
3434
- { path: ^/admin, roles: ROLE_ADMIN }
35-
# - { path: ^/profile, roles: ROLE_USER }
35+
- { path: ^/profile, roles: ROLE_USER }
3636

3737
when@test:
3838
security:

templates/BDboom/header.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
<div>
3838
<a href="{{ path('app_BDboom_inscription') }}" class="nav-link">S'inscrire</a>
39-
<a href="#" onclick="sendMessageTest()" class="nav-link">test</a>
39+
{# <a href="#" onclick="sendMessageTest()" class="nav-link">test</a> #}
4040
</div>
4141
{% endif %}
4242

0 commit comments

Comments
 (0)