Skip to content

Commit 4c57452

Browse files
authored
Update login_form.tpl.php
1 parent 702558c commit 4c57452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/authenticator/login_form.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<?php if ($logout_setup): ?>
1212
{% if app.user %}
1313
<div class="mb-3">
14-
You are logged in as {{ app.user.username }}, <a href="{{ path('app_logout') }}">Logout</a>
14+
You are logged in as {{ app.user.userIdentifier }}, <a href="{{ path('app_logout') }}">Logout</a>
1515
</div>
1616
{% endif %}
1717
<?php endif; ?>

0 commit comments

Comments
 (0)