mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +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, {
|
||||
method: "POST",
|
||||
headers,
|
||||
format: "json",
|
||||
body,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user