diff --git a/src/js/popup.js b/src/js/popup.js index 8c1f4ab..b93981d 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -565,7 +565,7 @@ Logic.registerPanel(P_ONBOARDING_7, { // Let's move to the containers list panel. Logic.addEnterHandler(document.querySelector("#sign-in"), async () => { browser.tabs.create({ - url: "https://accounts.firefox.com/?service=sync&utm_source=addon&utm_medium=panel&utm_campaign=container-sync", + url: "https://accounts.firefox.com/?service=sync&action=email&context=fx_desktop_v3&entrypoint=multi-account-containers&utm_source=addon&utm_medium=panel&utm_campaign=container-sync", }); await Logic.setOnboardingStage(7); Logic.showPanel(P_CONTAINERS_LIST);