Bug 1117033 - all sync migration states in the hamburger menu take us to Sync prefs. r=adw

This commit is contained in:
Mark Hammond 2015-01-07 13:57:38 +11:00
parent 56a6091ae8
commit ecc0c95902

View File

@ -332,11 +332,9 @@ let gFxAccounts = {
this.openSignInAgainPage("menupanel");
break;
case "migrate-signup":
this.fxaMigrator.createFxAccount(window);
break;
case "migrate-verify":
// Instead of using the migrator module directly here the UX calls for
// us to open prefs which has a "resend" button.
// The migration flow calls for the menu item to open sync prefs rather
// than requesting migration start immediately.
this.openPreferences();
break;
default: