Skip to content

Commit

Permalink
Merge branch 'master' into feat/capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Jul 18, 2024
2 parents 0019600 + b7f506f commit 84272af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arborist/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ func (server *Server) handleAuthRequest(w http.ResponseWriter, r *http.Request,
return
}
if !rv.Auth {
server.logger.Debug("anonymous user is unauthorized")
_ = jsonResponseFrom(rv, 200).write(w, r)
return
}
Expand Down

0 comments on commit 84272af

Please sign in to comment.