Skip to content

Commit

Permalink
restart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Nov 25, 2020
1 parent f65046c commit 28da90b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controllers/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export class UserController extends AdaptableController {
}
if (expiresDate < new Date()) throw 'The password reset link has expired';
}

return results[0];
});
}
Expand Down

0 comments on commit 28da90b

Please sign in to comment.