mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-25 03:54:10 +02:00
fix widget example
This commit is contained in:
parent
4cb7e96b11
commit
e304109289
|
|
@ -27,7 +27,7 @@ client sends a `toWidget` action of `openid_credentials` with `data` holding the
|
||||||
object returned from the homeserver, and a `success: true` parameter, similar to the following:
|
object returned from the homeserver, and a `success: true` parameter, similar to the following:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"api": "fromWidget",
|
"api": "toWidget",
|
||||||
"requestId": "AABBCC",
|
"requestId": "AABBCC",
|
||||||
"action": "openid_credentials",
|
"action": "openid_credentials",
|
||||||
"widgetId": "DDEEFF",
|
"widgetId": "DDEEFF",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue