From 7b30412d066c446c77e2a00a9b9435b7550570fc Mon Sep 17 00:00:00 2001 From: Michael Morran Date: Fri, 29 Sep 2023 13:21:15 -0500 Subject: [PATCH 1/4] init commit for fxa rebrand to mozilla accounts --- README.md | 2 +- client/README.md | 2 +- .../modals/SubscriptionModal/SubscriptionModal.tsx | 6 +++--- .../modules/side-panel/SupportGrid/SupportGrid.tsx | 2 +- client/components/navigation/MainNav/MainNav.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1bf998a2..7b2e7b79 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,6 @@ Run `mix dash` and `mix help dash.` for more info. - CORS_ORIGINS - Comma separated list of origins to allow CORS requests. - DASHBOARD_ACCESS_KEY - Access key for communicating with reticulum. Should be a strong secret that is shared with reticulum. - FXA_JWK_STRING - Used to verify token in FxA webhook, the payload from the Subplat/FxA endpoint with the live public keys is stringified by Jason.encode!() -- FXA_SERVER - Firefox Accounts server used for account management links. e.g. "accounts.firefox.com" +- FXA_SERVER - Mozilla Accounts (previously Firefox Accounts) server used for account management links. e.g. "accounts.firefox.com" - SECRET_KEY_BASE - Base secret key. This should be a strong cryptographcially generated secret. - PLANS - Used in getting currency and amount, MUST BE IN THIS FORMAT: "plan_id1,USD,10;plan_id2,EUR,20" diff --git a/client/README.md b/client/README.md index 76033bc7..d47e5c84 100644 --- a/client/README.md +++ b/client/README.md @@ -42,7 +42,7 @@ See [/README.md](/README.md) 'README' in root project. - PUBLIC_API_SERVER - public server url ( todo more info here ) - AUTH_SERVER - Server used for login links. e.g. "auth.myhubs.net" -- FXA_SERVER - Firefox Accounts server used for account management links. e.g. "accounts.firefox.com" +- FXA_SERVER - Mozilla Accounts (previously Firefox Accounts) server used for account management links. e.g. "accounts.firefox.com" - MARKETING_PAGE_URL - URL to the marketing page that we use as logged out homepage for the Dashboard e.g. "https://marketing.page" - FXA_PAYMENT_URL - subscription payment url - PRODUCT_ID - subscription payment ID diff --git a/client/components/modals/SubscriptionModal/SubscriptionModal.tsx b/client/components/modals/SubscriptionModal/SubscriptionModal.tsx index d9119b89..7c33e443 100644 --- a/client/components/modals/SubscriptionModal/SubscriptionModal.tsx +++ b/client/components/modals/SubscriptionModal/SubscriptionModal.tsx @@ -60,7 +60,7 @@ const SubscriptionModal = ({

- If you are happy to proceed, please continue to your Firefox Accounts + If you are happy to proceed, please continue to your Mozilla Accounts page where you can finish cancelling your subscription.

@@ -76,11 +76,11 @@ const SubscriptionModal = ({ onClick={handleCloseClick} />