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

Merge branch 'release-v0.12.0' into develop

parents 633ceb9b ce499926
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