mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Typo
This commit is contained in:
parent
351d9bd317
commit
b2a2e96ea6
@ -118,7 +118,7 @@ class IdentityHandler(BaseHandler):
|
|||||||
raise SynapseError(400, "No client_secret in creds")
|
raise SynapseError(400, "No client_secret in creds")
|
||||||
|
|
||||||
try:
|
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"),
|
"https://%s%s" % (id_server, "/_matrix/identity/api/v1/3pid/bind"),
|
||||||
{"sid": creds["sid"], "client_secret": client_secret, "mxid": mxid},
|
{"sid": creds["sid"], "client_secret": client_secret, "mxid": mxid},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user