Skip to content
Snippets Groups Projects
Commit ce1c975e authored by Syam G Krishnan's avatar Syam G Krishnan
Browse files

Issue #6406 Fix parameter mismatch

parent 23ea5721
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ class RegistrationHandler(BaseHandler):
}
# Bind email to new account
yield self._register_email_threepid(user_id, threepid_dict, None, False)
yield self._register_email_threepid(user_id, threepid_dict, None)
return user_id
......
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