зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1580285
- Log exception when we fail to change the master password. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D45422 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
fcbe4c45aa
Коммит
2d2e31c626
|
@ -122,6 +122,7 @@ function setPassword() {
|
|||
createAlert("pw-change-failed-title", "incorrect-pw");
|
||||
}
|
||||
} catch (e) {
|
||||
Cu.reportError(e);
|
||||
createAlert("pw-change-failed-title", "failed-pw-change");
|
||||
}
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче