Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Jul 19, 2021
1 parent ebb6747 commit 74696db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/pkg/middleware/basic_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func BasicAuth(optionSetters ...Option) func(next http.Handler) http.Handler {
return
}

w.WriteHeader(http.StatusUnauthorized)
return
}

Expand Down

0 comments on commit 74696db

Please sign in to comment.