Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profileLinks: migrate to @tanstack/react-query #83968

Open
wants to merge 12 commits into
base: trunk
Choose a base branch
from
Open
17 changes: 0 additions & 17 deletions client/components/data/query-profile-links/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions client/components/data/query-profile-links/index.jsx

This file was deleted.

2 changes: 0 additions & 2 deletions client/lib/two-step-authorization/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { reduxDispatch } from 'calypso/lib/redux-bridge';
import wp from 'calypso/lib/wp';
import { accountRecoverySettingsFetch } from 'calypso/state/account-recovery/settings/actions';
import { requestConnectedApplications } from 'calypso/state/connected-applications/actions';
import { requestUserProfileLinks } from 'calypso/state/profile-links/actions';
import { fetchUserSettings } from 'calypso/state/user-settings/actions';

const debug = debugFactory( 'calypso:two-step-authorization' );
Expand Down Expand Up @@ -92,7 +91,6 @@ TwoStepAuthorization.prototype.refreshDataOnSuccessfulAuth = function () {
reduxDispatch( accountRecoverySettingsFetch() );
reduxDispatch( fetchUserSettings() );
reduxDispatch( requestConnectedApplications() );
reduxDispatch( requestUserProfileLinks() );
}
this.data.two_step_reauthorization_required = false;
this.invalidCode = false;
Expand Down
95 changes: 0 additions & 95 deletions client/me/profile-link/index.jsx

This file was deleted.

3 changes: 0 additions & 3 deletions client/me/profile-links-add-other/README.md

This file was deleted.

138 changes: 0 additions & 138 deletions client/me/profile-links-add-other/index.jsx

This file was deleted.

3 changes: 0 additions & 3 deletions client/me/profile-links-add-wordpress/README.md

This file was deleted.

Loading
Loading