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 f6a4edb commit 04b1c92Copy full SHA for 04b1c92
src/Resources/skeleton/authenticator/login_form.tpl.php
@@ -10,7 +10,9 @@
10
11
<?php if ($logout_setup): ?>
12
{% if app.user %}
13
- <div class="checkbox mb-3">You are logged in as {{ app.user.username }}, <a href="{{ path('app_logout') }}">Logout</a>
+ <div class="mb-3">
14
+ You are logged in as {{ app.user.username }}, <a href="{{ path('app_logout') }}">Logout</a>
15
+ </div>
16
{% endif %}
17
<?php endif; ?>
18
0 commit comments