Bug 967350 - openSignInAgainPage() now opens about:accounts?action=reauth. r=ttaubert

This commit is contained in:
Mark Hammond 2014-02-05 09:11:20 +11:00
parent a7c2f85597
commit f229c9977f

View File

@ -213,7 +213,6 @@ let gFxAccounts = {
},
openSignInAgainPage: function () {
// FIXME: This should actually show the pre-filled username version of about:accounts?
switchToTabHavingURI("about:accounts?signin=true", true);
switchToTabHavingURI("about:accounts?action=reauth", true);
}
};