Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fixes syntax in code sample (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
reverentgeek authored Aug 31, 2020
1 parent a5880c6 commit 8b96452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oidc-middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ app.get('/', (req, res) => {
<form method="POST" action="/logout">
<button type="submit">Logout</button>
</form>
');
`);
} else {
res.send('Please <a href="/login">login</a>');
}
Expand Down

0 comments on commit 8b96452

Please sign in to comment.