Skip to content

Commit

Permalink
log token
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Mar 18, 2024
1 parent d4d41c6 commit ea5d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If you did not request this, please ignore this email.`,
console.error("There was an error: ", err);
reject(err);
} else {
console.log("Email sent: ", info.response);
console.log(`Email sent with token: ${token} Server response: ${info.response}`);
resolve(info);
}
});
Expand Down

0 comments on commit ea5d71e

Please sign in to comment.