mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 09:05:13 +08:00
remove reference
This commit is contained in:
@@ -118,7 +118,7 @@ router.post('/request-password-reset', (req, res, next) => {
|
||||
};
|
||||
return mailer.sendSimple(options);
|
||||
})
|
||||
.then(success => {
|
||||
.then(() => {
|
||||
res.json({success: true});
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user