Remove e-mail login label to reduce confusion

This commit is contained in:
2023-10-23 17:09:40 +02:00
parent 776e7a954f
commit 1fd909a602

View File

@@ -185,7 +185,7 @@ func (wc *WebController) loginForm(td *TemplateData, r *http.Request) (f Form) {
Fields: []Field{
{
Name: "username",
Label: "Username / e-mail",
Label: "Username",
Type: FieldTypeUsername,
}, {
Name: "password",