mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1071272 - Remove the clearUserPref("loop.hawk-session-token.fxa") hack from bug 1071259 since 1071247 has been deployed. r=MattN
This commit is contained in:
parent
7b113ef3d0
commit
fd58abd066
@ -740,13 +740,6 @@ BrowserGlue.prototype = {
|
||||
#endif
|
||||
webrtcUI.uninit();
|
||||
FormValidationHandler.uninit();
|
||||
|
||||
// XXX: Temporary hack to allow Loop FxA login after a restart to work.
|
||||
// Remove this once bug 1071247 is deployed.
|
||||
if (Services.prefs.getPrefType("loop.autologin-after-restart") != Ci.nsIPrefBranch.PREF_BOOL ||
|
||||
!Services.prefs.getBoolPref("loop.autologin-after-restart")) {
|
||||
Services.prefs.clearUserPref("loop.hawk-session-token.fxa");
|
||||
}
|
||||
},
|
||||
|
||||
// All initial windows have opened.
|
||||
|
Loading…
Reference in New Issue
Block a user