Use userIdentifier instead of deprecated getUsername()

This commit is contained in:
2025-05-28 11:23:51 +02:00
parent 59fe9a469a
commit cc20e8896f

View File

@@ -27,7 +27,7 @@
{{ 'Welcome' | trans }}<br/>
<b>
{{ app.user.username }}
{{ app.user.getUserIdentifier() }}
{{ render(controller('Chill\\MainBundle\\Controller\\UIController::showNotificationUserCounterAction')) }}
</b>