Skip to content

Commit

Permalink
Merge pull request #35 from ZeusWPI/web_interface
Browse files Browse the repository at this point in the history
fix: finalised zauth integration
  • Loading branch information
tyboro2002 authored Dec 29, 2024
2 parents 4b757c4 + 72c2a0c commit 4715920
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/templates/editor_selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<a href="/">Home</a>
<a href="/editor_selector">Editor</a>
</div>

<!-- Logout button on the right -->
<div>
{% if user %}
<span>Welcome, {{ user['username'] }}</span>
{% endif %}
<a href="/logout">logout</a>
</div>
</div>
<div>
<h1>Hlds file editor</h1>
Expand Down

0 comments on commit 4715920

Please sign in to comment.