I forgot to rename the form value in page handler

This commit is contained in:
fungal 2023-12-19 22:03:57 +01:00
parent a506b4334c
commit 77d2e2caa5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func handleForm(w http.ResponseWriter, r *http.Request) {
}
details := EmojiDetails{
Label: r.FormValue("label"),
Label: r.FormValue("shortcode"),
Url: r.FormValue("url"),
}