Showing
1 changed file
with
1 additions
and
1 deletions
@@ -16,7 +16,7 @@ module.exports = (req, res, next) => { | @@ -16,7 +16,7 @@ module.exports = (req, res, next) => { | ||
16 | }); | 16 | }); |
17 | } | 17 | } |
18 | 18 | ||
19 | - res.redirect(helpers.urlFormat('/signin.html', { | 19 | + return res.redirect(helpers.urlFormat('/signin.html', { |
20 | refer: req.originalUrl | 20 | refer: req.originalUrl |
21 | })); | 21 | })); |
22 | } | 22 | } |
-
Please register or login to post a comment