mirror of
https://github.com/1f349/lavender.git
synced 2025-04-12 22:15:55 +01:00
Fix parameters for oauth auth handler
This commit is contained in:
parent
68f274b45e
commit
60e6d7e80b
@ -125,7 +125,7 @@ func (h *HttpServer) oauthUserAuthorization(rw http.ResponseWriter, req *http.Re
|
||||
return "", err
|
||||
}
|
||||
|
||||
auth, err := h.internalAuthenticationHandler(nil, req)
|
||||
auth, err := h.internalAuthenticationHandler(rw, req)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user