This commit is contained in:
BIG2EYEZ
2023-12-21 00:55:39 +08:00
parent 30336bcb28
commit 694e76951d
4 changed files with 33 additions and 14 deletions

View File

@ -57,7 +57,7 @@
<td><%= user.email %></td>
<td><%= user.password %></td>
<td><%= new Date(user.lastLogin).toLocaleString('en-US', { timeZone: 'Asia/Singapore' }) %></td>
<td><%= user.jobTitle %></td>
<td><%= user.jobTitle %></td>
</tr>
<% }); %>
<% } else { %>
@ -254,6 +254,7 @@ document.getElementById('userForm').addEventListener('submit', function (event)
console.error('No data available for download.');
}
}
</script>
</div>