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:
Sam Foster 2019-09-10 20:53:05 +00:00
Родитель fcbe4c45aa
Коммит 2d2e31c626
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 {