🐛 bug fix
This commit is contained in:
@@ -143,6 +143,7 @@ router.post('/configure', userRequired, async (req, res, next) => {
|
|||||||
wechatOpenId: userObj.wechatOpenId,
|
wechatOpenId: userObj.wechatOpenId,
|
||||||
wechatVerifyToken: userObj.wechatVerifyToken,
|
wechatVerifyToken: userObj.wechatVerifyToken,
|
||||||
token: await requestToken(userObj.wechatAppId, userObj.wechatAppSecret),
|
token: await requestToken(userObj.wechatAppId, userObj.wechatAppSecret),
|
||||||
|
email: userObj.email,
|
||||||
smtpServer: userObj.smtpServer,
|
smtpServer: userObj.smtpServer,
|
||||||
smtpUser: userObj.smtpUser,
|
smtpUser: userObj.smtpUser,
|
||||||
smtpPass: userObj.smtpPass,
|
smtpPass: userObj.smtpPass,
|
||||||
|
|||||||
+1
-1
@@ -132,7 +132,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" name="smtpPass" type="text" placeholder="请输入 SMTP Token">
|
<input class="input" name="smtpPass" type="text" placeholder="请输入新的 SMTP Token">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user