Authored by 郭成尧

jaoyan

... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2017-04-13 10:21:07
* @Last Modified by: Targaryen
* @Last Modified time: 2017-04-18 11:12:16
* @Last Modified time: 2017-04-20 18:33:48
*/
/* ********************
... ... @@ -37,7 +37,7 @@ const passwordResetPage = (req, res) => {
page: 'reset',
pageStyle: 'passport-body',
title: '重置密码',
canSkip: passwordWeakObj.canSkip === 'Y' ? refer : false
canSkip: (passwordWeakObj && passwordWeakObj.canSkip === 'Y') ? refer : false
});
};
... ...