add option to delete files

This commit is contained in:
2020-02-18 14:57:27 +01:00
parent 408e3f7e52
commit 449c69b12d
20 changed files with 524 additions and 212 deletions

View File

@@ -181,7 +181,6 @@ func (wc *WebController) loginForm(td *TemplateData, r *http.Request) (f Form) {
Expires: time.Now().AddDate(50, 0, 0),
Domain: wc.sessionCookieDomain,
SameSite: http.SameSiteStrictMode,
Secure: true,
}
f.Extra.RedirectTo = "/user"
}