Fix revokeToken false after getting response.

This commit is contained in:
Ajay Bura 2022-08-22 10:36:08 +05:30
parent 35dbb5a59a
commit b24e293a8e

View File

@ -325,7 +325,6 @@ export class OidcApi<N extends object = SegmentType> {
const req = this._requestFn(revocationEndpoint, { const req = this._requestFn(revocationEndpoint, {
method: "POST", method: "POST",
headers, headers,
format: "json",
body, body,
}); });