diff --git a/templates/components/NavBar.html.twig b/templates/components/NavBar.html.twig index 58451b6..4c5c8a3 100644 --- a/templates/components/NavBar.html.twig +++ b/templates/components/NavBar.html.twig @@ -76,9 +76,11 @@

- Eric Frusciante + {% if app.user.name %} + {{ app.user.name }} + {% endif %} - eric@frusciante.com + {{ app.user.email }}