mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
Local login now working great
This commit is contained in:
@@ -35,11 +35,6 @@ const Homebrew = React.createClass({
|
||||
};
|
||||
},
|
||||
componentWillMount: function() {
|
||||
console.log('user', this.props.user);
|
||||
console.log('loginpath', this.props.loginPath);
|
||||
|
||||
//console.log(mapObject(['version', 'brew', 'account'], this.props));
|
||||
|
||||
BrewActions.init({
|
||||
version : this.props.version,
|
||||
brew : this.props.brew
|
||||
|
||||
Reference in New Issue
Block a user