bael-5249: add User ID to view

This commit is contained in:
sharifi 2022-05-03 17:55:48 +04:30
parent b9da120df0
commit 23e2df0c99
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
<h1>
Hello, <span th:text="${username}">--name--</span>.
</h1>
<h1>
User ID By Token: <span th:text="${userIDByToken}">--userID--</span>.
</h1>
<h1>
User ID By Mapper: <span th:text="${userIDByMapper}">--userID--</span>.
</h1>
<h3>
Your Date of Birth as per our records is <span th:text="${dob}" />.
</h3>