From d71a62e5a2f518a9398b4901fcf623131452f87c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 14 Jun 2024 09:33:41 -0400 Subject: [PATCH] fix --- controller/verifyEmployer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/verifyEmployer.js b/controller/verifyEmployer.js index 78eca31..94307a5 100644 --- a/controller/verifyEmployer.js +++ b/controller/verifyEmployer.js @@ -7,7 +7,7 @@ import nodemailer from "nodemailer"; //const nodemailer = require("modemailer"); export const verifyEmployer = async (req, res)=>{ //const nodemailer = require("modemailer"); -const employee_name = "EMPLOYEE NAME"; +const employee_name = req.body.firstname + " " + req.body.lastname; // "EMPLOYEE NAME"; const signatory_name = "SIGNATORY_FIRSTNAME"; const approve_link = "http://localhost:6035"; const approve_password = "1234567890";