1
0

Remove unused fields

This commit is contained in:
Andrew Morgan
2020-08-21 17:14:36 +01:00
parent 3568e1897c
commit 8cc8ee4448

View File

@@ -153,11 +153,7 @@ class PasswordResetSubmitTokenServlet(RestServlet):
hs (synapse.server.HomeServer): server
"""
super(PasswordResetSubmitTokenServlet, self).__init__()
self.hs = hs
self.auth = hs.get_auth()
self.config = hs.config
self.clock = hs.get_clock()
self.store = hs.get_datastore()
if self.config.threepid_behaviour_email == ThreepidBehaviour.LOCAL:
self._confirmation_email_template = (