diff --git a/browser/components/preferences/in-content-new/sync.js b/browser/components/preferences/in-content-new/sync.js index 280f710ac80e..9a4a89f0750e 100644 --- a/browser/components/preferences/in-content-new/sync.js +++ b/browser/components/preferences/in-content-new/sync.js @@ -95,6 +95,7 @@ var gSyncPane = { "weave:service:logout:finish", FxAccountsCommon.ONVERIFIED_NOTIFICATION, FxAccountsCommon.ONLOGIN_NOTIFICATION, + FxAccountsCommon.ON_ACCOUNT_STATE_CHANGE_NOTIFICATION, FxAccountsCommon.ON_PROFILE_CHANGE_NOTIFICATION, ]; // Add the observers now and remove them on unload diff --git a/browser/components/preferences/in-content/sync.js b/browser/components/preferences/in-content/sync.js index 280f710ac80e..9a4a89f0750e 100644 --- a/browser/components/preferences/in-content/sync.js +++ b/browser/components/preferences/in-content/sync.js @@ -95,6 +95,7 @@ var gSyncPane = { "weave:service:logout:finish", FxAccountsCommon.ONVERIFIED_NOTIFICATION, FxAccountsCommon.ONLOGIN_NOTIFICATION, + FxAccountsCommon.ON_ACCOUNT_STATE_CHANGE_NOTIFICATION, FxAccountsCommon.ON_PROFILE_CHANGE_NOTIFICATION, ]; // Add the observers now and remove them on unload