Skip to content

Commit e1b781d

Browse files
authored
Merge pull request #903 from seb-jean/patch-1
[make:auth] use userIdentifier instead of username on login_form
2 parents 0743d5b + 4c57452 commit e1b781d

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)