mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
Gracefull error messages on password mishap
This commit is contained in:
@@ -20,8 +20,11 @@
|
||||
<span>·</span>
|
||||
{{ if .page.User }}
|
||||
<i class="ri-user-3-line"></i>
|
||||
Eingeloggt als
|
||||
{{ .page.User.Email }}
|
||||
{{ if .page.User.Name }}
|
||||
<b>{{ .page.User.Name }}</b>
|
||||
{{ else }}
|
||||
<b>{{ .page.User.Email }}</b>
|
||||
{{ end }}
|
||||
|
|
||||
<i class="ri-logout-box-line"></i>
|
||||
<a href="/logout?redirectTo={{ .page.FullPath }}">Logout</a>
|
||||
|
||||
Reference in New Issue
Block a user