update prettier config
This commit is contained in:
@ -36,7 +36,7 @@ export function forgotPasswordMailer({ to, token }: ResetPasswordMailer) {
|
||||
// TODO - send the production email, like this:
|
||||
// await postmark.sendEmail(msg)
|
||||
throw new Error(
|
||||
"No production email implementation in mailers/forgotPasswordMailer"
|
||||
"No production email implementation in mailers/forgotPasswordMailer",
|
||||
);
|
||||
} else {
|
||||
// Preview email in the browser
|
||||
|
Reference in New Issue
Block a user