Fix
This commit is contained in:
parent
9d354e89fa
commit
aeeceb6931
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async function sendConfirmationEmail(
|
||||||
) {
|
) {
|
||||||
const { t } = makeT(lang);
|
const { t } = makeT(lang);
|
||||||
const confirmationUrl = new URL(
|
const confirmationUrl = new URL(
|
||||||
`${lang}/${confirm}/${letter.id}/${letter.confirmationToken}`,
|
`${lang}/${letter.confirmationToken}/${letter.id}/${letter.confirmationToken}`,
|
||||||
import.meta.env.PUBLIC_URL
|
import.meta.env.PUBLIC_URL
|
||||||
);
|
);
|
||||||
const from = `${t("website_name")} <info@re-set.cz>`;
|
const from = `${t("website_name")} <info@re-set.cz>`;
|
||||||
|
|
Reference in a new issue