build bundle
This commit is contained in:
parent
470b47a0ee
commit
fc8089ee4d
2 changed files with 4 additions and 4 deletions
4
dist/bundle.es.js
vendored
4
dist/bundle.es.js
vendored
|
@ -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
4
dist/bundle.js
vendored
|
@ -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.'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue