🐛 bug fix

This commit is contained in:
Song
2021-01-31 16:42:23 +08:00
parent 418a42cab1
commit 36055602b9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -143,6 +143,7 @@ router.post('/configure', userRequired, async (req, res, next) => {
wechatOpenId: userObj.wechatOpenId,
wechatVerifyToken: userObj.wechatVerifyToken,
token: await requestToken(userObj.wechatAppId, userObj.wechatAppSecret),
email: userObj.email,
smtpServer: userObj.smtpServer,
smtpUser: userObj.smtpUser,
smtpPass: userObj.smtpPass,