go fmt
This commit is contained in:
parent
f819320f5a
commit
b8d9118b56
4 changed files with 11 additions and 16 deletions
1
reset.go
1
reset.go
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue