remove useless constructor

This commit is contained in:
Michael Bradley, Jr 2018-10-19 11:57:33 -05:00
parent fe1a0a6f3b
commit 2432489943
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ import { getCredentials, getAuthenticationError, getProcesses, getTheme } from '
const qs = require('qs');
class AppContainer extends Component {
constructor (props) {
super(props);
}
queryStringAuthenticate() {
const token = qs.parse(this.props.location.search, {ignoreQueryPrefix: true}).token;