mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-05 02:20:28 -05:00
cleanup(proxy): Remove misleading comment
The signedurl middleware is already adding the user to the context.
This commit is contained in:
@@ -254,7 +254,6 @@ func (m SignedURLAuthenticator) Authenticate(r *http.Request) (*http.Request, bo
|
||||
return nil, false
|
||||
}
|
||||
|
||||
// TODO: set user in context
|
||||
m.Logger.Debug().
|
||||
Str("authenticator", "signed_url").
|
||||
Str("path", r.URL.Path).
|
||||
|
||||
Reference in New Issue
Block a user