Fixed auth

This commit is contained in:
Jori Lallo
2016-07-25 22:49:32 -07:00
parent c1c8644578
commit f08087ebd1
5 changed files with 28 additions and 25 deletions

View File

@ -5,6 +5,7 @@ import { observer } from 'mobx-react';
class SlackAuth extends React.Component {
static propTypes = {
user: React.PropTypes.object.isRequired,
location: React.PropTypes.object.isRequired,
}
componentDidMount = () => {
@ -19,4 +20,4 @@ class SlackAuth extends React.Component {
}
}
export default SlackAuth;
export default SlackAuth;