From f24a2f9c2dc0057bbd250f99934ebfed850e7f55 Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Tue, 28 Oct 2025 08:58:51 +0100 Subject: [PATCH] feat: Show the username of the created users from each token --- templates/main/index.html.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/main/index.html.twig b/templates/main/index.html.twig index 8a75d04..9d27865 100644 --- a/templates/main/index.html.twig +++ b/templates/main/index.html.twig @@ -52,6 +52,10 @@ {{ token.id }} + {% if token.user is not null %} + | + {{ token.user.username }} + {% endif %} {#