Skip to content

Commit

Permalink
Add link to CSRF demo component
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher McMahon committed Sep 8, 2016
1 parent c52ea2d commit 55d0b2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion client/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ import React from "react";
export class Home extends React.Component {
render() {
return (
<div><h1>Hello <a href="https://github.com/electrode-io">Electrode</a></h1></div>
<div>
<h1>Hello <a href="https://github.com/electrode-io">Electrode</a></h1>
<h2>Demonstration Components</h2>
<ul>
<li><a href="/csrf">CSRF protection using electrode-csrf-jwt</a></li>
</ul>
</div>
);
}
}

0 comments on commit 55d0b2b

Please sign in to comment.