зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1929355 - fix reconnecting FxA accounts after a password change. r=lina
Differential Revision: https://phabricator.services.mozilla.com/D228079
This commit is contained in:
Родитель
1598377370
Коммит
3a3d8155c8
|
@ -538,7 +538,9 @@ FxAccountsWebChannelHelpers.prototype = {
|
|||
);
|
||||
await this._disconnect();
|
||||
} else {
|
||||
existingServices = JSON.parse(signedInUser.requestedServices);
|
||||
existingServices = signedInUser.requestedServices
|
||||
? JSON.parse(signedInUser.requestedServices)
|
||||
: {};
|
||||
log.debug(
|
||||
"Webchannel is updating the info for an already logged in user."
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче