Browse Source

Authy

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
46f9df6dbd
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      auth.go

2
auth.go

@ -69,7 +69,7 @@ func tryLogin(w http.ResponseWriter, r *http.Request) { @@ -69,7 +69,7 @@ func tryLogin(w http.ResponseWriter, r *http.Request) {
}
}
fmt.Fprintf(w, "<br><p>Login Success: %+v</p><br>Session: %+v", access, session.Values)
greetUser(w, r)
}
func usePassword(user string, pass string, ip string) bool {

Loading…
Cancel
Save