no message

This commit is contained in:
kittapath 2024-12-24 10:59:31 +07:00
parent 0122d62614
commit b50014e43f

View file

@ -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) {