Skip to content
Snippets Groups Projects
Commit ce499926 authored by David Baker's avatar David Baker
Browse files

Fix typo that broke registration on the mobile clients

parent 8b9f471d
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
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