emails
This commit is contained in:
@@ -26,7 +26,7 @@ export const bootstrapHandler: Handler = async function (ctx) {
|
||||
|
||||
await sendMail({
|
||||
template: 'VerifyAdmin',
|
||||
subject: 'Verify your Officer account',
|
||||
subject: 'Verify your officer.dev account',
|
||||
to: email,
|
||||
data: { name: email, url },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user