This commit is contained in:
2020-12-30 12:14:55 -05:00
parent 3bba74c076
commit 46f9df6dbd

View File

@ -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 {