Add switch user button and logout endpoint

This commit is contained in:
Ian Gulliver
2025-12-28 22:55:22 -08:00
parent 08b73725b1
commit 8ba3651415
2 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
</div>
</div>
<p>Welcome to HCA Tickets!</p>
<wa-button variant="neutral" href="/auth/logout">Switch User</wa-button>
</wa-card>
<script type="module">
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {