fixed an incorrect config

pull/98/head
Chris Veilleux 2019-04-02 17:30:10 -05:00
parent 849c8edc3a
commit cf052d138b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class PasswordResetEndpoint(SeleneEndpoint):
def _generate_reset_token(self):
reset_token = AuthenticationToken(
self.config['ACCESS_SECRET'],
self.config['RESET_SECRET'],
ONE_HOUR
)
reset_token.generate(self.account.id)