From e304109289e6ae043677b0b81a1468f51c726991 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 27 Aug 2020 08:21:41 -0600 Subject: [PATCH] fix widget example --- proposals/1960-integrations-openid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/1960-integrations-openid.md b/proposals/1960-integrations-openid.md index 6d6a7593..84aa3c66 100644 --- a/proposals/1960-integrations-openid.md +++ b/proposals/1960-integrations-openid.md @@ -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: ``` { - "api": "fromWidget", + "api": "toWidget", "requestId": "AABBCC", "action": "openid_credentials", "widgetId": "DDEEFF",