Merge branch 'master' into remove-logout-button

This commit is contained in:
Henrique Dias 2020-01-09 17:27:49 +00:00 committed by GitHub
commit a9e715dc50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1464 additions and 636 deletions

View file

@ -38,6 +38,7 @@ func handleWithStaticData(w http.ResponseWriter, r *http.Request, d *data, box *
"LoginPage": auther.LoginPage(),
"CSS": false,
"ReCaptcha": false,
"Theme": d.settings.Branding.Theme,
}
if d.settings.Branding.Files != "" {