Skip to content

Commit

Permalink
Fix #10: The login for was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mocanew committed Oct 4, 2016
1 parent 3a4b2df commit df6a4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class App extends React.Component {
};
}
login(e) {
e = e.data;
if (!e || !e.success) return;

newSocket();
Expand Down

0 comments on commit df6a4ac

Please sign in to comment.