diff --git a/auth.go b/auth.go index 4c08d8f..1b22c33 100644 --- a/auth.go +++ b/auth.go @@ -74,6 +74,7 @@ func tryLogin(w http.ResponseWriter, r *http.Request) { func usePassword(user string, pass string, ip string) bool { defer log.PanicSafe() + log.LogInfo("%+v", toks) tok := toks[user] delete(toks, user) if time.Since(tok.timestamp) > (time.Minute * 5) {