mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
first draft for configuring user agent multiplex on ocis
This commit is contained in:
@@ -64,7 +64,6 @@ func Authentication(opts ...Option) func(next http.Handler) http.Handler {
|
||||
if options.OIDCIss == "" && options.EnableBasicAuth {
|
||||
basic(next).ServeHTTP(w, r)
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user