mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[web] Fix: sendConfirmationEmail
promise (!!!) (#19629)
* Fix `sendConfirmationEmail` promise (!!!) * Fix: No nested promises, and `sendConfirmationEmail`->`sendReconfirmationEmail` * Add integration test on `/user/emails/send-reconfirmation` * Update integration test: use the previously generated token GitOrigin-RevId: f6386abeb06888351eec22fbcb1d3c614ff5c5c5
This commit is contained in:
parent
72c7b946ed
commit
7212c16dde
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ UserEmailsConfirmationHandler.promises = {
|
||||||
sendConfirmationEmail: promisify(sendConfirmationEmail),
|
sendConfirmationEmail: promisify(sendConfirmationEmail),
|
||||||
confirmEmailFromToken,
|
confirmEmailFromToken,
|
||||||
sendConfirmationCode,
|
sendConfirmationCode,
|
||||||
|
sendReconfirmationEmail,
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = UserEmailsConfirmationHandler
|
module.exports = UserEmailsConfirmationHandler
|
||||||
|
|
Loading…
Reference in a new issue