1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-09 21:57:46 +00:00
kawari/templates/account.html
Joshua Goins 09c347178c Add barebones account management page
This also moves the login pages to the login server, which makes the
code slightly a bit more contained. The account management page doesn't
allow you to do anything yet, but for future usage.
2025-04-05 22:40:44 -04:00

2 lines
84 B
HTML

<p>Managing account {{ username }}</p>
<a href="/account/app/svc/logout">Logout</a>