build bundle

This commit is contained in:
Akinwale Ariwodola 2019-05-24 18:12:25 +01:00
parent 470b47a0ee
commit fc8089ee4d
2 changed files with 4 additions and 4 deletions

4
dist/bundle.es.js vendored
View file

@ -2135,11 +2135,11 @@ function doSyncApply(syncHash, syncData, password) {
dispatch(doSetDefaultAccount());
}).catch(error => {
}).catch(() => {
dispatch({
type: SYNC_APPLY_FAILED,
data: {
error: 'Invalid password. Please provide the password for your previously synchronised wallet.'
error: 'Invalid password specified. Please enter the password for your previously synchronised wallet.'
}
});
});

4
dist/bundle.js vendored
View file

@ -3575,11 +3575,11 @@ function doSyncApply(syncHash, syncData, password) {
dispatch(doSetDefaultAccount());
})["catch"](function (error) {
})["catch"](function () {
dispatch({
type: constants_action_types__WEBPACK_IMPORTED_MODULE_0__["SYNC_APPLY_FAILED"],
data: {
error: 'Invalid password. Please provide the password for your previously synchronised wallet.'
error: 'Invalid password specified. Please enter the password for your previously synchronised wallet.'
}
});
});