Implemented admin authentication

This commit is contained in:
2020-10-25 12:05:47 +01:00
parent 5034d1a1f8
commit 180ee02582
6 changed files with 308 additions and 88 deletions

View File

@@ -7,7 +7,7 @@
</tr>
</thead>
<tbody>
{{ range $user := .}}<tr>
{{ range $user := .Users }}<tr>
<td>{{ $user.Username }}</td>
<td>{{ $user.Role }}</td>
</tr>{{ end }}