diff --git a/src/core/MailProvider.js b/src/core/MailProvider.js index 01322ed..5d0a265 100644 --- a/src/core/MailProvider.js +++ b/src/core/MailProvider.js @@ -68,7 +68,7 @@ export class MailProvider { ${t`welcome to our little community of pixelplacers, to use your account, you have to verify your mail. You can do that here: `} ${t`Click to Verify`}. ${t`Or by copying following url:`}
${verifyUrl}\n
${t`Have fun and don't hesitate to contact us if you encounter any problems :)`}
${t`Thanks`}

- `; + `; this.sendMail(to, subject, html); } @@ -104,7 +104,7 @@ export class MailProvider { const html = `${t`Hello`},
${t`You requested to get a new password. You can change your password within the next 30min here: `} ${t`Reset Password`}. ${t`Or by copying following url:`}
${restoreUrl}\n
${t`If you did not request this mail, please just ignore it (the ip that requested this mail was ${ip}).`}
- ${t`Thanks`}

\n`; + ${t`Thanks`}

\n`; this.sendMail(to, subject, html); }