Disable autoplay on embedded viewers

This commit is contained in:
2021-03-11 18:52:55 +01:00
parent bfbea8f591
commit 2d56c9c228
4 changed files with 14 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ func (wc *WebController) loginForm(td *TemplateData, r *http.Request) (f Form) {
f.FieldVal("username"),
f.FieldVal("password"),
); err != nil {
log.Error("Error while logging in: %s", err)
log.Debug("Login failed: %s", err)
formAPIError(err, &f)
} else {
// Request was a success