From b172b1b57a59282921a563bbbcfc94bad05f2a1a Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 30 Dec 2020 11:57:13 -0500 Subject: [PATCH] Authy --- auth.go | 1 + 1 file changed, 1 insertion(+) 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) {