in src/HomePage/index.tsx [18:26]
constructor(props: any) {
super(props);
this.state = {
isAuthenticated: false,
isLoadingAuthState: true,
user: null
};
Hub.listen(BROADCAST_AUTH_CHANNEL, this._handleAuthStateChange);
}