Bug 1572547 - Make about:logins notification bar button point to the right page. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D41644

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2019-08-12 21:35:55 +00:00
parent e97c3c8e83
commit f8163ec624

View File

@ -434,7 +434,7 @@ var AboutLoginsParent = {
messageId: "enable-password-sync-notification-message",
buttonId: "enable-password-sync-preferences-button",
onClick(browser) {
browser.ownerGlobal.gSync.openFxAManagePage("password-manager");
browser.ownerGlobal.gSync.openPrefs("password-manager");
},
extraFtl: ["branding/brand.ftl", "browser/branding/sync-brand.ftl"],
});