Skip to content

Commit

Permalink
Update usertables.js
Browse files Browse the repository at this point in the history
add suspended data field
  • Loading branch information
camillereaves authored Sep 25, 2023
1 parent d69aca6 commit 4c57447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/usertables.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ document.addEventListener("DOMContentLoaded", async function () {
<th>Username</th>
<th>Approved</th>
<th>Role</th>
<th>Suspended</th>
<th>E-mail</th>
<th>Address</th>
<th>DOB</th>
Expand All @@ -110,6 +111,7 @@ document.addEventListener("DOMContentLoaded", async function () {
<td>${data.username}</td>
<td>${data.approved}</td>
<td>${data.role}</td>
<td>${data.suspended}</td>
<td>${data.userEmail}</td>
<td>${data.address}</td>
<td>${data.DOB}</td>
Expand Down

0 comments on commit 4c57447

Please sign in to comment.