Skip to content

Commit

Permalink
Update examples/nodejs-express-validate-email/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet authored Mar 11, 2024
1 parent 3b5fccd commit adbf797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nodejs-express-validate-email/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const aj = arcjet({
});

app.post('/', async (req, res) => {
console.log("Email received: ", req.body.email )
console.log("Email received: ", req.body.email)

const decision = await aj.protect(req, {
email: req.body.email,
Expand Down

0 comments on commit adbf797

Please sign in to comment.