mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
frontend: Add button to log out
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user