Skip to content

Commit

Permalink
Implementing the Feedback from CTF Run (was rerolled from backroll)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jun 22, 2024
1 parent b4b2b79 commit 5d5bcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/src/templates/userlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ <h1 align="center">User</h1>
<ul class="list-group list-group-flush" id="userlist">
{% for user in users %}
<li class="list-group-item">
{{ user.email }}
{{ user.public_key_name }}
Email: {{ user.email }}<br>
PublicKey: {{ user.public_key_name }}
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 5d5bcdc

Please sign in to comment.