Skip to content
Snippets Groups Projects
Unverified Commit b2a2e96e authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Typo

parent 351d9bd3
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ class IdentityHandler(BaseHandler):
raise SynapseError(400, "No client_secret in creds")
try:
data = yield self.http_client.post_post_get_json(
data = yield self.http_client.post_json_get_json(
"https://%s%s" % (id_server, "/_matrix/identity/api/v1/3pid/bind"),
{"sid": creds["sid"], "client_secret": client_secret, "mxid": mxid},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment