Skip to content

Commit

Permalink
Remove fetching user subscriptions on login with 2FA enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Oct 30, 2023
1 parent 2bd3267 commit 0a1b4d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ public void onAccountChanged(OnAccountChanged event) {
FetchSitesPayload payload =
SiteUtils.getFetchSitesPayload(isJetpackAppLogin(), isWooAppLogin());
mDispatcher.dispatch(SiteActionBuilder.newFetchSitesAction(payload));
mDispatcher.dispatch(AccountActionBuilder.newFetchSubscriptionsAction());
}
}

Expand Down

0 comments on commit 0a1b4d1

Please sign in to comment.