fixed url for syn setup
This commit is contained in:
parent
f56f9b0ea8
commit
8cdfe0191f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue