fix leftover typo

This commit is contained in:
A.Unger
2020-12-04 13:53:34 +01:00
parent f1521e4df7
commit 2cddc0a23c
+1 -1
View File
@@ -119,7 +119,7 @@ func newOIDCAuth(options Options) func(http.Handler) http.Handler {
) )
} }
// newBasicAuth returns a configured oidc middleware // newBasicAuth returns a configured basic middleware
func newBasicAuth(options Options) func(http.Handler) http.Handler { func newBasicAuth(options Options) func(http.Handler) http.Handler {
return BasicAuth( return BasicAuth(
Logger(options.Logger), Logger(options.Logger),