mirror of
https://github.com/1f349/lavender.git
synced 2024-12-21 23:24:09 +00: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…
Reference in New Issue
Block a user