Show current user in top bar

This commit is contained in:
DonVoo 2026-07-13 02:04:50 +02:00
parent 8e9fb55710
commit 0bb49019b6
4 changed files with 56 additions and 41 deletions

View file

@ -31,7 +31,7 @@ func viewerHandler(w http.ResponseWriter, r *http.Request) {
renderViewerTree(w, account)
return
}
renderShell(w, "", `<div class="ef-empty">Backup-Postfach links waehlen.</div>`)
renderShell(w, r, "", `<div class="ef-empty">Backup-Postfach links waehlen.</div>`)
}
func messageHandler(w http.ResponseWriter, r *http.Request) {