Skip to content

Commit 51585fd

Browse files
committed
fix(settings): redirect to sub manage landing
Because: - When switching between different FxA accounts, the sub manage page would not change to the new account. This commit: - Redirects customers to the sub manage landing page, which will always authenticate to the current signed in user. Closes #PAY-3264
1 parent e2e546e commit 51585fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/fxa-settings/src/components/Settings/Nav

packages/fxa-settings/src/components/Settings/Nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const Nav = ({
5050
)}`;
5151
const subscriptionLink = config.featureFlags
5252
?.paymentsNextSubscriptionManagement
53-
? `${config.servers.paymentsNext.url}/subscriptions/manage`
53+
? `${config.servers.paymentsNext.url}/subscriptions/landing`
5454
: '/subscriptions';
5555

5656
useEffect(() => {

0 commit comments

Comments
 (0)