Handle multiple mail values
This commit is contained in:
parent
2e3441bb76
commit
cfaf363702
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ func handleUserMail(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
email := r.FormValue("email")
|
email := r.FormValue("email")
|
||||||
action := r.FormValue("add")
|
action := r.FormValue("action")
|
||||||
var err error
|
var err error
|
||||||
if action == "Add" {
|
if action == "Add" {
|
||||||
// Add the new mail value to the entry
|
// Add the new mail value to the entry
|
||||||
|
|
Loading…
Reference in a new issue