Skip to content

Commit

Permalink
Update WebApp to handle Twitter V2 API -- Sign in with Twitter is wor…
Browse files Browse the repository at this point in the history
  • Loading branch information
SailingSteve committed Mar 3, 2024
1 parent d3ad999 commit c94a22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/pages/Process/TwitterSignInProcess.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default class TwitterSignInProcess extends Component {
this.appStateSubscription = messageService.getMessage().subscribe(() => this.onAppObservableStoreChange());
this.twitterStoreListener = TwitterStore.addListener(this.onTwitterStoreChange.bind(this));
this.voterStoreListener = VoterStore.addListener(this.onVoterStoreChange.bind(this));
window.scrollTo(0, 0);
this.twitterSignInRetrieve();
const { location: { search } } = this.props;
const { redirectCount } = this.state;
Expand Down

0 comments on commit c94a22f

Please sign in to comment.