Update synapse/rest/client/v2_alpha/account.py
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
@@ -217,7 +217,7 @@ class PasswordResetConfirmationSubmitTokenServlet(RestServlet):
|
||||
Args:
|
||||
hs: server
|
||||
"""
|
||||
super(PasswordResetConfirmationSubmitTokenServlet, self).__init__()
|
||||
super().__init__()
|
||||
self.hs = hs
|
||||
self.clock = hs.get_clock()
|
||||
self.store = hs.get_datastore()
|
||||
|
||||
Reference in New Issue
Block a user