fix
This commit is contained in:
@@ -9,7 +9,7 @@ export const verifyEmployer = async (req, res)=>{
|
|||||||
//const nodemailer = require("modemailer");
|
//const nodemailer = require("modemailer");
|
||||||
const employee_name = req.body.firstname + " " + req.body.lastname; // "EMPLOYEE NAME";
|
const employee_name = req.body.firstname + " " + req.body.lastname; // "EMPLOYEE NAME";
|
||||||
const signatory_name = "SIGNATORY_FIRSTNAME";
|
const signatory_name = "SIGNATORY_FIRSTNAME";
|
||||||
const approve_link = "https://digifi-employer.chiefsoft.net/";
|
const approve_link = "https://digifi-employer.chiefsoft.net";
|
||||||
const approve_password = "1234567890";
|
const approve_password = "1234567890";
|
||||||
const application_uid = req.body.application_uid;
|
const application_uid = req.body.application_uid;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user