Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ushliypakostnik committed Sep 14, 2019
1 parent 0cf2387 commit aabf67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ router.post('/verify', auth.required, jsonParser, (req, res, next) => {


// POST Remind password
router.post('/remind', auth.required, jsonParser, (req, res, next) => {
router.post('/remind', auth.optional, jsonParser, (req, res, next) => {
const { body: { usermail } } = req;
const { client } = req.headers;

Expand Down

0 comments on commit aabf67c

Please sign in to comment.