remove useless constructor
This commit is contained in:
parent
fe1a0a6f3b
commit
2432489943
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue