Fix typo that broke registration on the mobile clients

pull/4/merge
David Baker 9 years ago
parent 8b9f471d27
commit ce4999268a
  1. 2
      synapse/handlers/register.py

@ -42,7 +42,7 @@ class RegistrationHandler(BaseHandler):
self.distributor = hs.get_distributor()
self.distributor.declare("registered_user")
self.captch_client = CaptchaServerHttpClient(hs)
self.captcha_client = CaptchaServerHttpClient(hs)
@defer.inlineCallbacks
def check_username(self, localpart):

Loading…
Cancel
Save