Remove some user session logs that we don't need
This commit is contained in:
parent
82081b9609
commit
ab105e16e8
2 changed files with 1 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ func postSignin(w http.ResponseWriter, r *http.Request) {
|
|||
username := r.FormValue("username")
|
||||
password := r.FormValue("password")
|
||||
|
||||
log.Info().Str("username", username).Msg("Signin")
|
||||
log.Info().Str("username", username).Msg("HTML Signin")
|
||||
|
||||
_, err := auth.SigninUser(r, username, password)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue