Backed out changeset 92cb84b00e00 (bug 1189842) for OSX about:accounts leaks.

This commit is contained in:
Ryan VanderMeulen
2015-08-13 14:59:16 -04:00
parent 933dbcd040
commit 282d69acad
2 changed files with 1 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ let wrapper = {
// If the user data is verified, we want it to immediately look like
// they are signed in without waiting for messages to bounce around.
if (accountData.verified) {
openPrefs();
show("stage", "manage");
}
this.injectData("message", { status: "login" });
// until we sort out a better UX, just leave the jelly page in place.