master
Bel LaPointe 2021-04-20 07:55:49 -05:00
parent ec780f7d9b
commit 6abfab229a
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ func (s *Server) oauth(h http.HandlerFunc) http.HandlerFunc {
if config.OAuth != "" {
err := oauth2client.Authenticate(config.OAuth, r.Host, w, r)
if err != nil {
log.Println("oauth failure", err)
log.Println("oauth failure", r.Host, ":", err)
return
}
}