Skip to content

Commit a9c6627

Browse files
authored
Merge pull request #382 from bkochendorfer/FXA-8461-production-mozilla-account
feat: Enable mozilla accounts logo and banner
2 parents bdc77d1 + dfa2de8 commit a9c6627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"autologin": "true",
1212
"iam_api_lookup": "true",
1313
"maintenance_mode": "false",
14-
"mozilla_accounts_banner_pre": "true",
15-
"mozilla_accounts_banner_post": "false"
14+
"mozilla_accounts_banner_pre": "false",
15+
"mozilla_accounts_banner_post": "true"
1616
},
1717
"supportedLoginMethods": [ "github", "google-oauth2", "firefoxaccounts", "email" ],
1818
"csp": "default-src 'none'; connect-src 'self' https://iam.api.sso.mozilla.com; script-src 'self' https://cdn.sso.mozilla.com https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' https://cdn.sso.mozilla.com; font-src 'self' https://cdn.sso.mozilla.com; img-src 'self' https://cdn.sso.mozilla.com https://www.google-analytics.com",

0 commit comments

Comments
 (0)