mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 08:00:39 -06:00
fixed bug
This commit is contained in:
parent
8df10018e7
commit
2c524fe980
1
users.go
1
users.go
|
@ -157,7 +157,6 @@ func (s *Server) handle_confirmation(w http.ResponseWriter, r *http.Request) {
|
||||||
http.ServeFile(w, r, "./static/confirmation.html")
|
http.ServeFile(w, r, "./static/confirmation.html")
|
||||||
}
|
}
|
||||||
case http.MethodPost:
|
case http.MethodPost:
|
||||||
code := r.FormValue("code")
|
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue