Use userIdentifier instead of deprecated getUsername()

This commit is contained in:
Julie Lenaerts 2025-05-28 11:23:51 +02:00
parent d5c09c853f
commit c8f1e67fc7

View File

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