feat: added email field to expanded cards

This commit is contained in:
Chris Bisset 2025-08-23 00:56:49 +00:00
parent ec7b5bb24e
commit 13f05ab650

View file

@ -39,6 +39,10 @@
<div class="overflow-x-auto">
<table class="table table-compact w-full">
<tbody>
<tr>
<th>Email</th>
<td>{user.email}</td>
</tr>
<tr>
<th>User Creation Date</th>
<td>{new Date(user.createdAt)}</td>