File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/fixtures/security/make-form-login/expected Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111<?php if ($ logout_setup ): ?>
1212 {% if app.user %}
1313 <div class="mb-3">
14- You are logged in as {{ app.user.userIdentifier }}, <a href="{{ path('app_logout' ) }}">Logout</a>
14+ You are logged in as {{ app.user.userIdentifier }}, <a href="{{ logout_path( ) }}">Logout</a>
1515 </div>
1616 {% endif %}
1717<?php endif ; ?>
Original file line number Diff line number Diff line change 1111<?php if ($ logout_setup ): ?>
1212 {% if app.user %}
1313 <div class="mb-3">
14- You are logged in as {{ app.user.userIdentifier }}, <a href="{{ path('app_logout' ) }}">Logout</a>
14+ You are logged in as {{ app.user.userIdentifier }}, <a href="{{ logout_path( ) }}">Logout</a>
1515 </div>
1616 {% endif %}
1717
Original file line number Diff line number Diff line change 1010
1111 {% if app .user %}
1212 <div class =" mb-3" >
13- You are logged in as {{ app .user .userIdentifier }}, <a href =" {{ path( ' app_logout ' ) }}" >Logout</a >
13+ You are logged in as {{ app .user .userIdentifier }}, <a href =" {{ logout_path( ) }}" >Logout</a >
1414 </div >
1515 {% endif %}
1616
You can’t perform that action at this time.
0 commit comments