Authored by 郭成尧

from

... ... @@ -21,7 +21,7 @@ exports.storeAuth = (req, res, next) => {
}
return res.redirect(helpers.urlFormat('/signin.html', {
refer: req.originalUrl,
from: from
from: req.query.from || from
}));
}
... ...