mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 981172 - have bid_identity fire a notification on login error. r=ckarlof
--HG-- extra : rebase_source : f7413e58d2913b008142b7b70a9455995edffa82
This commit is contained in:
parent
84db67d001
commit
f3aab980bb
@ -516,6 +516,7 @@ this.BrowserIDManager.prototype = {
|
||||
this._shouldHaveSyncKeyBundle = true;
|
||||
this._syncKeyBundle = null;
|
||||
Weave.Status.login = this._authFailureReason;
|
||||
Services.obs.notifyObservers(null, "weave:service:login:error", null);
|
||||
throw err;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user