No need to show emails on Admin Scopes page

This commit is contained in:
Noah Petherbridge 2024-05-11 13:54:12 -07:00
parent 9db7343370
commit 7c7d3a11e5

View File

@ -154,7 +154,6 @@
<tr>
<th>ID</th>
<th>Username</th>
<th>Email</th>
<th>Admin Groups</th>
<th>Scopes</th>
</tr>
@ -164,7 +163,6 @@
<tr>
<td>{{.ID}}</td>
<td><a href="/u/{{.Username}}">{{.Username}}</a></td>
<td><a href="mailto:{{.Email}}">{{.Email}}</a></td>
<td>
<ul>
{{range .ListAdminGroups}}