mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-25 12:14:05 -05:00
Added confirmation email to website register
This commit is contained in:
@@ -335,6 +335,8 @@ router.post('/', async (request, response) => {
|
||||
await session.endSession();
|
||||
}
|
||||
|
||||
await util.sendConfirmationEmail(pnid);
|
||||
|
||||
const cryptoPath = `${__dirname}/../../../../../certs/service/account`;
|
||||
|
||||
if (!await fs.pathExists(cryptoPath)) {
|
||||
|
||||
Reference in New Issue
Block a user