This commit is contained in:
Your Name 2024-10-08 20:06:52 -04:00
parent 57e855c7d4
commit 6a5669d9ba
1 changed files with 1 additions and 1 deletions

View File

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