diff --git a/config/development.json b/config/development.json index 36fac301..c6ea3163 100644 --- a/config/development.json +++ b/config/development.json @@ -11,9 +11,7 @@ "features": { "autologin": "true", "iam_api_lookup": "true", - "maintenance_mode": "false", - "mozilla_accounts_banner_pre": "false", - "mozilla_accounts_banner_post": "true" + "maintenance_mode": "false" }, "supportedLoginMethods": [ "github", "google-oauth2", "firefoxaccounts", "email" ], "csp": "default-src 'none'; connect-src 'self' https://iam.api.test.sso.allizom.org; script-src 'self' https://cdn.sso.allizom.org https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' https://cdn.sso.allizom.org; font-src 'self' https://cdn.sso.allizom.org; img-src 'self' https://cdn.sso.allizom.org https://www.google-analytics.com", diff --git a/config/local.json b/config/local.json index aaa62e8a..962a8b9b 100644 --- a/config/local.json +++ b/config/local.json @@ -11,9 +11,7 @@ "features": { "autologin": "true", "iam_api_lookup": "true", - "maintenance_mode": "false", - "mozilla_accounts_banner_pre": "false", - "mozilla_accounts_banner_post": "true" + "maintenance_mode": "false" }, "supportedLoginMethods": [ "github", "google-oauth2", "firefoxaccounts", "email" ], "csp": "default-src *", diff --git a/config/production.json b/config/production.json index cd0c6078..53d59d29 100644 --- a/config/production.json +++ b/config/production.json @@ -10,9 +10,7 @@ "features": { "autologin": "true", "iam_api_lookup": "true", - "maintenance_mode": "false", - "mozilla_accounts_banner_pre": "false", - "mozilla_accounts_banner_post": "true" + "maintenance_mode": "false" }, "supportedLoginMethods": [ "github", "google-oauth2", "firefoxaccounts", "email" ], "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", diff --git a/src/html/index.html b/src/html/index.html index cd796f9c..f16055ca 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -34,8 +34,6 @@ iam_api_lookup: {{{ features.iam_api_lookup }}} supportedLoginMethods: {{{ supportedLoginMethods }}} maintenance_mode: "{{{ features.maintenance_mode }}}" - mozilla_accounts_banner_pre: "{{{ features.mozilla_accounts_banner_pre }}}" - mozilla_accounts_banner_post: "{{{ features.mozilla_accounts_banner_post }}}" Display names: github: {{{ displayNames.github }}} google-oauth2: {{{ displayNames.google-oauth2 }}} @@ -62,74 +60,6 @@

We are currently experiencing an issue & working hard to resolve it. Please try to login again in a few minutes. Request help via moc@mozilla.com, IRC #moc or Slack #mozsm-all.

- -
@@ -150,13 +80,7 @@