Skip to content

Commit

Permalink
Remove token in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnthompson committed Jun 21, 2024
1 parent 92f1cf4 commit fc38cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netlify/functions/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ exports.handler = async function (event, context) {

const tokenRequestBody = {
client_id: process.env.GITHUB_CLIENT_ID,
client_secret: process.env.GITHUB_CLIENT_SECRET,
code
};
console.log('Token request body:', tokenRequestBody);
Expand Down

0 comments on commit fc38cbf

Please sign in to comment.