Skip to content

Commit 384cbec

Browse files
committed
-
1 parent e8add21 commit 384cbec

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ui_reset.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ func reset(w http.ResponseWriter, r *http.Request) {
2020
http.Error(w, http.StatusText(http.StatusNotAcceptable), http.StatusNotAcceptable)
2121
return
2222
}
23-
log.Println(user.Password)
24-
return
2523
// https://stackoverflow.com/a/24431749
2624
mail := gomail.NewMessage()
2725
mail.SetAddressHeader("From", config.SMTP.User, config.SMTP.Name)

ui_reset_random.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ func reset(w http.ResponseWriter, r *http.Request) {
2828
http.Error(w, http.StatusText(http.StatusNotAcceptable), http.StatusNotAcceptable)
2929
return
3030
}
31-
log.Println(user.Password)
32-
return
3331
// https://stackoverflow.com/a/24431749
3432
mail := gomail.NewMessage()
3533
mail.SetAddressHeader("From", config.SMTP.User, config.SMTP.Name)

0 commit comments

Comments
 (0)