diff --git a/reset.go b/reset.go index 87dfc76..f644507 100644 --- a/reset.go +++ b/reset.go @@ -9,6 +9,7 @@ import ( func resetPassword(w http.ResponseWriter, r *http.Request) { if len(r.URL.Query().Get("l")) == 0 || len(r.URL.Query().Get("t")) == 0 { http.Redirect(w, r, "lost", http.StatusFound) + return } base := map[string]interface{}{