Rebrand Firefox Account

* Change Firefox Account to account
* Add brand=mozilla to accounts.firefox.com URLs
This commit is contained in:
Danny Colin
2023-09-20 14:13:29 -04:00
parent 60b40a2d9f
commit 60466258b8
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -675,7 +675,7 @@ Logic.registerPanel(P_ONBOARDING_7, {
// Let's move to the containers list panel.
Utils.addEnterHandler(document.querySelector("#sign-in"), async () => {
browser.tabs.create({
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",
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&brand=mozilla",
});
await Logic.setOnboardingStage(7);
Logic.showPanel(P_ONBOARDING_8);