remove redundant line

This commit is contained in:
A.Unger
2021-07-19 13:29:12 +02:00
parent ebb67470dc
commit 74696dbd36

View File

@@ -79,7 +79,6 @@ func BasicAuth(optionSetters ...Option) func(next http.Handler) http.Handler {
return
}
w.WriteHeader(http.StatusUnauthorized)
return
}