Add hidden username and email columns to users table

This commit is contained in:
JonnyWong16 2022-04-01 21:31:06 -07:00
commit 73b94782f9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 36 additions and 6 deletions

View file

@ -33,6 +33,8 @@
<th align="left" id="edit_row">Edit</th>
<th align="right" id="avatar"></th>
<th align="left" id="friendly_name">User</th>
<th align="left" id="username">Username</th>
<th align="left" id="email">Email</th>
<th align="left" id="last_seen">Last Streamed</th>
<th align="left" id="last_known_ip">Last Known IP</th>
<th align="left" id="last_platform">Last Platform</th>