author | Mark Hammond <mhammond@skippinet.com.au> |
Wed, 05 Feb 2014 09:11:20 +1100 | |
changeset 166927 | e1db6970fc2311e3c62580b398415a450bc4d2b8 |
parent 166926 | 6d962d016eae4544b5e459c236a8d838e366e6f3 |
child 166928 | 517ee3c1fba5bca887eeda186fd3f60aafc81903 |
push id | 26154 |
push user | cbook@mozilla.com |
push date | Wed, 05 Feb 2014 12:28:27 +0000 |
treeherder | mozilla-central@579cf46bc21e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ttaubert |
bugs | 967350 |
milestone | 30.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser-fxaccounts.js +++ b/browser/base/content/browser-fxaccounts.js @@ -208,12 +208,11 @@ let gFxAccounts = { openPreferences("paneSync"); }, openAccountsPage: function () { switchToTabHavingURI("about:accounts", true); }, 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); } };