Skip to content

Commit ea5d71e

Browse files
committed
log token
1 parent d4d41c6 commit ea5d71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ If you did not request this, please ignore this email.`,
175175
console.error("There was an error: ", err);
176176
reject(err);
177177
} else {
178-
console.log("Email sent: ", info.response);
178+
console.log(`Email sent with token: ${token} Server response: ${info.response}`);
179179
resolve(info);
180180
}
181181
});

0 commit comments

Comments
 (0)