diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-03 13:24:46 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-03 13:24:46 +0100 |
commit | f4808eb4c51f4f2a70b85ee7caaa4349e1b5689f (patch) | |
tree | fdd53b35c0c7bb750e785c47054e7c78ed5cda24 /public | |
parent | 23e3e8525135507f5084c0a4627812d4c0083106 (diff) | |
download | alps-f4808eb4c51f4f2a70b85ee7caaa4349e1b5689f.tar.gz alps-f4808eb4c51f4f2a70b85ee7caaa4349e1b5689f.zip |
Add logout route
Diffstat (limited to 'public')
-rw-r--r-- | public/mailbox.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/mailbox.html b/public/mailbox.html index 282f462..c4ff097 100644 --- a/public/mailbox.html +++ b/public/mailbox.html @@ -2,6 +2,8 @@ <h1>koushin</h1> +<a href="/logout">Logout</a> + <h2>{{.Mailbox.Name}}</h2> <p>Mailboxes:</p> |