Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 17, 2021
1 parent 6d386e7 commit 73f42a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ app.get('/login', passport.authenticate('openidconnect'));
```
The second route processes the authentication response, when the OP redirects
the user back to the app's redirect URL:
the user back to the app:
```js
app.get('/cb',
Expand Down

0 comments on commit 73f42a3

Please sign in to comment.