Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release-v0.12.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Dec 18, 2015
2 parents 633ceb9 + ce49992 commit 0a2d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, hs):

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):
Expand Down

0 comments on commit 0a2d73f

Please sign in to comment.