Skip to content

Commit

Permalink
email checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-wang20 committed Dec 17, 2023
1 parent dc4fb7d commit c3455d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/sendRecoveryEmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const createTransporter = async () => {
const accessToken = await new Promise((resolve, reject) => {
oauth2Client.getAccessToken((err, token) => {
if (err) {
//console.log(err)
console.log(err)
reject("Failed to create access token :(");
}
resolve(token);
Expand Down

0 comments on commit c3455d4

Please sign in to comment.