This commit is contained in:
nemunaire 2020-09-02 15:09:14 +02:00
commit b8d9118b56
4 changed files with 11 additions and 16 deletions

View file

@ -6,7 +6,6 @@ import (
"strings"
)
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)