From b50014e43f42c874f08957139e2733b13810049f Mon Sep 17 00:00:00 2001 From: kittapath Date: Tue, 24 Dec 2024 10:59:31 +0700 Subject: [PATCH] no message --- src/controllers/ProfileController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {