mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 14:59:49 -05:00
fix leftover typo
This commit is contained in:
@@ -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 {
|
||||
return BasicAuth(
|
||||
Logger(options.Logger),
|
||||
|
||||
Reference in New Issue
Block a user