Skip to content

Commit

Permalink
[feat]: ajustando mensagem no resetar senha
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalves1 committed Sep 23, 2023
1 parent 3239efd commit c276f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controllers/authController.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ const authController = {
var message = {
from: "[email protected]",
to: email,
subject: "Message title",
text: "Message text",
html: `<h1>Fincard</h1>
subject: "fin.card reset password",
text: "Reset password",
html: `<h1>fin.card</h1>
<h2>Seu Guia para a Saúde Financeira</h2>
<h2>Todas as Suas Contas,
<strong>
Expand Down

0 comments on commit c276f80

Please sign in to comment.