Show session data

This commit is contained in:
Dita Aji Pratama 2024-06-19 06:51:00 +07:00
parent 0edb5cabb5
commit 14e42bc0d4

View File

@ -1 +1,7 @@
<p>${greeting}</p>
<p>
<b>Username:</b> ${user['profile']['username']} <br>
<b>Email:</b> ${user['profile']['email']} <br>
<b>Phone:</b> ${user['profile']['phone']} <br>
<b>Roles:</b> ${str(user['profile']['roles'])} <br>
</p>