feat(webui): implement logout process

This commit is contained in:
Julien Dessaux 2025-01-13 10:11:20 +01:00
parent aef0b00fb9
commit 1292d189cf
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 52 additions and 10 deletions

View file

@ -0,0 +1,5 @@
{{ define "main" }}
<article>
<p>Logout successful</p>
</article>
{{ end }}