Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
soudis committed Mar 12, 2019
1 parent b2f9e07 commit 5454cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ router.get('/passwd/:uid/:token', function(req, res) {
}
});
});
re

router.post('/user/passwd', function(req, res) {
activation.isTokenValid(req.body.uid, req.body.token, function(valid) {
if (valid) {
Expand Down

0 comments on commit 5454cf1

Please sign in to comment.