mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
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…
x
Reference in New Issue
Block a user