1
0
Fork 0

wip(backend): more work on routes and docs

This commit is contained in:
joostdecock 2022-11-06 17:39:49 +01:00
parent 3fc08d8bdb
commit d563bb2d17
10 changed files with 349 additions and 17 deletions

View file

@ -120,7 +120,7 @@ UserModel.prototype.create = async function ({ body }) {
await this.mailer.send({
template: 'signup',
language: this.language,
to: 'joost@decock.org', // this.email,
to: this.email,
replacements: {
actionUrl: i18nUrl(this.language, `/confirm/signup/${this.Confirmation.record.id}`),
whyUrl: i18nUrl(this.language, `/docs/faq/email/why-signup`),