Include applicant's username in staff application emails and Discord notifications.

This commit is contained in:
2025-10-18 23:07:03 +02:00
parent f8157e997a
commit 6f6801c728
7 changed files with 44 additions and 10 deletions
@@ -102,7 +102,7 @@
<div>
<h2>Applicant</h2>
<ul>
<li><strong>UUID:</strong> <span th:text="${application.uuid}">uuid</span></li>
<li><strong>Username:</strong> <span th:text="${username}">uuid</span></li>
<li><strong>Email:</strong> <span th:text="${application.email}">email</span></li>
<li><strong>Discord:</strong> <span th:text="${application.discordUsername}">discord</span></li>
<li><strong>Age:</strong> <span th:text="${application.age}">age</span></li>