wip(backend): more work on routes and docs
This commit is contained in:
parent
3fc08d8bdb
commit
d563bb2d17
10 changed files with 349 additions and 17 deletions
|
@ -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`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue