mirror of
https://github.com/directus/directus.git
synced 2026-01-30 06:18:09 -05:00
* Make email template overrides work The ternary needs to be this way for custom email templates to be picked up. * Allow custom subject lines for emails Allow subject line to be passed into `inviteUser()` and `requestPasswordReset()` * Fix typo * Fix typo * eslint stuff * Update users.ts