Skip to content

Commit 5f178a3

Browse files
committed
use getUserIdentifier instead of username
1 parent 5694cc6 commit 5f178a3

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.getUserIdentifier }}, <a href="{{ path('app_logout') }}">Logout</a>
1515
</div>
1616
{% endif %}
1717
<?php endif; ?>

0 commit comments

Comments
 (0)