Bug 1047667 - Unregister logged in user from the Loop server upon logout. r=jaws

This commit is contained in:
Matthew Noorenberghe
2014-09-18 13:53:44 -07:00
parent 0a7df37c08
commit e294a3ee10
7 changed files with 183 additions and 12 deletions

View File

@@ -221,7 +221,6 @@ loop.panel = (function(_, mozL10n) {
handleClickAuthEntry: function() {
if (this._isSignedIn()) {
// XXX to be implemented - bug 979845
navigator.mozLoop.logOutFromFxA();
} else {
navigator.mozLoop.logInToFxA();