From 46f9df6dbd541d8ea2124b04fd9f329def03efaf Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 30 Dec 2020 12:14:55 -0500 Subject: [PATCH] Authy --- auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.go b/auth.go index dda86eb..ad95b3a 100644 --- a/auth.go +++ b/auth.go @@ -69,7 +69,7 @@ func tryLogin(w http.ResponseWriter, r *http.Request) { } } - fmt.Fprintf(w, "

Login Success: %+v


Session: %+v", access, session.Values) + greetUser(w, r) } func usePassword(user string, pass string, ip string) bool {