no message
This commit is contained in:
parent
0122d62614
commit
b50014e43f
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue