Skip to content

Commit

Permalink
[fixed] auth-flow example #2
Browse files Browse the repository at this point in the history
  • Loading branch information
agundermann committed May 9, 2015
1 parent 8e8ee9c commit aa4e682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/auth-flow/app.js
Expand Up @@ -69,7 +69,8 @@ var Dashboard = requireAuth(class extends React.Component {

class Login extends React.Component {

constructor () {
constructor (props) {
super(props);
this.handleSubmit = this.handleSubmit.bind(this);
this.state = {
error: false
Expand Down

0 comments on commit aa4e682

Please sign in to comment.