diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index be236f11..c846859a 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -1967,7 +1967,7 @@ export class ProfileController extends Controller { process.env.AUTH_ACCOUNT_SECRET, { expiresIn: "15m" }, ); - const link = process.env.URL + "/verifyemail?upn=" + token; + const link = process.env.VITE_URL_USER + "/verifyemail?upn=" + token; await new CallAPI() .PostData(req, "/placement/noti/send-mail", { @@ -4863,7 +4863,7 @@ export class ProfileController extends Controller { node: null, nodeId: null, salary: profile ? profile.amount : null, - amountSpecial: profile ? profile.amountSpecial : null + amountSpecial: profile ? profile.amountSpecial : null, }; if (_profile.child4Id != null) {