fixes
This commit is contained in:
parent
c56d5e5f9e
commit
4442df1153
1 changed files with 1 additions and 3 deletions
|
@ -44,9 +44,7 @@ func Revoke(w http.ResponseWriter, r *http.Request, revoker Revoker) {
|
|||
RevocationRequestError(w, r, err)
|
||||
return
|
||||
}
|
||||
var i interface{}
|
||||
httphelper.MarshalJSON(w, i)
|
||||
return
|
||||
httphelper.MarshalJSON(w, nil)
|
||||
}
|
||||
|
||||
func ParseTokenRevocationRequest(r *http.Request, revoker Revoker) (token, tokenTypeHint, clientID string, err error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue