fixed bug

This commit is contained in:
Logan Gatlin 2024-10-30 17:14:01 -05:00
parent 8df10018e7
commit 2c524fe980

View file

@ -157,7 +157,6 @@ func (s *Server) handle_confirmation(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "./static/confirmation.html")
}
case http.MethodPost:
code := r.FormValue("code")
default:
}
}