frontend: Add button to log out

This commit is contained in:
Lennart
2025-04-13 15:49:27 +02:00
parent 0c5002f357
commit fe0bab00f6
3 changed files with 14 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ li.collection-list-item {
}
</style>
<h1>Welcome {{ user_id }}!</h1>
<form method="POST" action="/frontend/logout">
<button type="submit">Log out</button>
</form>
<h2>Calendars</h2>
<ul>