Merge branch 'develop' into feature/updated-user-type-dashboard
This commit is contained in:
@@ -26,5 +26,9 @@ async function sendVerification(req: NextApiRequest, res: NextApiResponse) {
|
||||
);
|
||||
|
||||
await transport.sendMail(mailOptions);
|
||||
|
||||
res.status(200).json({ok: true});
|
||||
return;
|
||||
}
|
||||
res.status(404).json({ok: false});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user