Skip to content

Commit

Permalink
Update authentication_basics.md (#29220)
Browse files Browse the repository at this point in the history
  • Loading branch information
RushilJalal authored Jan 7, 2025
1 parent 99f20c5 commit 2c07481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeJS/authentication/authentication_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Let's go ahead and add the log-in form directly to our index template. The form
</form>
```

... and now for the magical part! Add this route to your app.js file:
... and now for the magical part! Add this route to your `app.js` file:

```javascript
app.post(
Expand Down

0 comments on commit 2c07481

Please sign in to comment.