Browse Source

Authy

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

1
auth.go

@ -14,6 +14,7 @@ func reqPass(w http.ResponseWriter, r *http.Request) { @@ -14,6 +14,7 @@ func reqPass(w http.ResponseWriter, r *http.Request) {
defer log.PanicSafe()
log.LogInfo("reqPass called.")
username := r.URL.Query()["UserName"][0]
log.LogInfo("reqPass username is %+v.", username)
var userID string
g, err := dg.Guild(config.GuildID)
if err == nil {

Loading…
Cancel
Save