mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
Oops, I removed this param.
This commit is contained in:
parent
dc60eee50e
commit
20326054da
1 changed files with 0 additions and 2 deletions
|
@ -217,8 +217,6 @@ class RegistrationHandler(BaseHandler):
|
|||
data = yield client.post_urlencoded_get_raw(
|
||||
"www.google.com:80",
|
||||
"/recaptcha/api/verify",
|
||||
# twisted dislikes google's response, no content length.
|
||||
accept_partial=True,
|
||||
args={
|
||||
'privatekey': private_key,
|
||||
'remoteip': ip_addr,
|
||||
|
|
Loading…
Reference in a new issue