This commit is contained in:
CHIEFSOFT\ameye
2024-06-13 16:52:42 -04:00
parent a67a8330e3
commit 3d98bc5579
+3 -2
View File
@@ -15,12 +15,11 @@ export const verifyEmployer = async (req, res)=>{
"This serves as an employers commitment to notify you that your staff (Olanrewaju Badmus) who holds the position of software engineer in your organization took a loan facility from our bank and has prompted us to notify you so as to confirm his existence as a staff of your organization." +
" Please click on the link below to confirm this before we can approve his loan\n " +
"<br><br>\n" +
"***<a href='http://localhost:9000'>Employer commitment link</a> (You are to login with this email address and default password 2345090)\n " +
"***<a href='http://localhost:6036'>Employer commitment link</a> (You are to login with this email address and default password 2345090)\n " +
"<br><br>\n" +
"If you have any questions or concerns with respect to this email, please contact our finance department at finance@fcmb.webmail.\n \n Kind Regards,<br><br>\n" +
"Finance team, <br> FCMB<br>\n";
try {
console.log("verifyEmployer REQ-----------------------------------------");
console.log(req.body);
@@ -60,6 +59,8 @@ export const verifyEmployer = async (req, res)=>{
}
main().catch(console.error);
return res.json({res : 'sent'});
}
catch(error){
res.status(500).json({error: "Internal Server error"});