diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index 5622ae727fa0..66f3a738677c 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -207,9 +207,9 @@ jobs: # Firefox Accounts and SubPlat settings REACT_APP_FXA_SIGNIN_URL: /users/fxa/login/authenticate/ - REACT_APP_FXA_SETTINGS_URL: https://accounts.firefox.com/settings/ - REACT_APP_MDN_PLUS_SUBSCRIBE_URL: https://accounts.firefox.com/subscriptions/products/prod_LKvr8fYGbBxcaZ - REACT_APP_FXA_MANAGE_SUBSCRIPTIONS_URL: https://subscriptions.firefox.com/subscriptions/ + REACT_APP_FXA_SETTINGS_URL: https://accounts.firefox.com/settings/?brand=mozilla + REACT_APP_MDN_PLUS_SUBSCRIBE_URL: https://accounts.firefox.com/subscriptions/products/prod_LKvr8fYGbBxcaZ?brand=mozilla + REACT_APP_FXA_MANAGE_SUBSCRIPTIONS_URL: https://subscriptions.firefox.com/subscriptions/?brand=mozilla REACT_APP_MDN_PLUS_5M_PLAN: price_1KeG02JNcmPzuWtR1oBrw8o6 REACT_APP_MDN_PLUS_5Y_PLAN: price_1KeG02JNcmPzuWtRslZijhQu diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index e8f8b3855c58..1e9d8ed8b2b5 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -203,8 +203,8 @@ jobs: # Firefox Accounts and SubPlat settings REACT_APP_FXA_SIGNIN_URL: /users/fxa/login/authenticate/ - REACT_APP_FXA_SETTINGS_URL: https://accounts.stage.mozaws.net/settings/ - REACT_APP_MDN_PLUS_SUBSCRIBE_URL: https://accounts.stage.mozaws.net/subscriptions/products/prod_Jtbg9tyGyLRuB0 + REACT_APP_FXA_SETTINGS_URL: https://accounts.stage.mozaws.net/settings/?brand=mozilla + REACT_APP_MDN_PLUS_SUBSCRIBE_URL: https://accounts.stage.mozaws.net/subscriptions/products/prod_Jtbg9tyGyLRuB0?brand=mozilla REACT_APP_MDN_PLUS_5M_PLAN: price_1JFoTYKb9q6OnNsLalexa03p REACT_APP_MDN_PLUS_5Y_PLAN: price_1JpIPwKb9q6OnNsLJLsIqMp7 REACT_APP_MDN_PLUS_10M_PLAN: price_1K6X7gKb9q6OnNsLi44HdLcC diff --git a/client/src/env.ts b/client/src/env.ts index 9d4b51b399f0..2c35966521e7 100644 --- a/client/src/env.ts +++ b/client/src/env.ts @@ -74,7 +74,7 @@ export const FXA_SIGNIN_URL = process.env.REACT_APP_FXA_SIGNIN_URL || ""; export const FXA_SETTINGS_URL = process.env.REACT_APP_FXA_SETTINGS_URL || ""; export const FXA_MANAGE_SUBSCRIPTIONS_URL = process.env.REACT_APP_FXA_MANAGE_SUBSCRIPTIONS_URL || - "https://accounts.stage.mozaws.net/subscriptions/"; + "https://accounts.stage.mozaws.net/subscriptions/?brand=mozilla"; export const DEFAULT_GEO_COUNTRY = process.env.REACT_APP_DEFAULT_GEO_COUNTRY || "United States"; diff --git a/client/src/settings/manage.tsx b/client/src/settings/manage.tsx index 2e4ac9aa3b8d..b97d49c03e4f 100644 --- a/client/src/settings/manage.tsx +++ b/client/src/settings/manage.tsx @@ -69,15 +69,15 @@ export function Manage() { )}
  • -

    Firefox account

    - Manage your Firefox account +

    Account

    + Manage your account - Firefox account + Account
  • {user?.isSubscriber && (