Skip to content
Snippets Groups Projects
Commit ca32c7a0 authored by David Baker's avatar David Baker Committed by Erik Johnston
Browse files

Fix adding threepids to an existing account

parent 3f604816
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ class ThreepidRestServlet(RestServlet):
self.hs = hs
self.identity_handler = hs.get_handlers().identity_handler
self.auth = hs.get_auth()
self.auth_handler = hs.get_handlers().auth_handler
@defer.inlineCallbacks
def on_GET(self, request):
......
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