Skip to content

Commit

Permalink
Senha de acesso ao email, para enviar email pelo nodemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Faehzin committed Jan 17, 2025
1 parent 260b80f commit 1007051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usuario/email.senha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function sendResetEmail(email: string, codigo: string) {
service: 'Gmail',
auth: {
user: 'gabrielsampaio.fae@gmail.com', //inserir email da gerocuidado
pass: '', //definir a senha com base na senha do app definida pelo google
pass: 'wktc yjut lzvc anda', //definir a senha com base na senha do app definida pelo google
},
});

Expand Down

0 comments on commit 1007051

Please sign in to comment.