This commit is contained in:
Your Name
2024-10-08 21:14:00 -04:00
parent 8dbed58d9c
commit a3a7fb4c38

View File

@@ -123,7 +123,6 @@ func main() {
// Authenticate.
if err := c.Auth(f.GetValue("field1"), f.GetValue("field2")); err != nil {
log.Printf("Failed auth %s %s ", f.GetValue("field1"), f.GetValue("field2"))
f.MakeInvalid("field2", "Invalid password")
d.Body = f.Render(true)
tmpl.Execute(w, d)