fix
This commit is contained in:
@@ -7,7 +7,7 @@ import nodemailer from "nodemailer";
|
|||||||
//const nodemailer = require("modemailer");
|
//const nodemailer = require("modemailer");
|
||||||
export const verifyEmployer = async (req, res)=>{
|
export const verifyEmployer = async (req, res)=>{
|
||||||
//const nodemailer = require("modemailer");
|
//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 signatory_name = "SIGNATORY_FIRSTNAME";
|
||||||
const approve_link = "http://localhost:6035";
|
const approve_link = "http://localhost:6035";
|
||||||
const approve_password = "1234567890";
|
const approve_password = "1234567890";
|
||||||
|
|||||||
Reference in New Issue
Block a user