mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Fix revokeToken false after getting response.
This commit is contained in:
parent
35dbb5a59a
commit
b24e293a8e
@ -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,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user