This commit is contained in:
Your Name 2024-02-20 11:57:27 -05:00
parent cd78975f1a
commit d80f032b8b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ func main() {
tmpl.Execute(w, d)
return
}
d.Body = "Password changed"
d.Body = "Password changed. You may close this window."
tmpl.Execute(w, d)
})
d.Time = time.Now().Unix()