Skip to content

Commit d7477bb

Browse files
committed
[fixed] auth-flow example
Fixes #1144 Helps #1168
1 parent 69626cb commit d7477bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/auth-flow/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ var Router = require('react-router');
33
var { Route, RouteHandler, Link } = Router;
44

55
class App extends React.Component {
6-
constructor () {
6+
constructor (props) {
7+
super(props);
78
this.state = {
89
loggedIn: auth.loggedIn()
910
};

0 commit comments

Comments
 (0)