aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-02 08:00:17 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-02 08:00:17 +0800
commitb5f6ef8c013f2f742546a04e148bac99fbc4691c (patch)
treefcd77a4e15ef11fb168ee6dc82f1a3015bcd3b7f /ui/app/reducers
parent72729060dc8366dbe965bd66c3b98b88bdb21830 (diff)
downloadtangerine-wallet-browser-b5f6ef8c013f2f742546a04e148bac99fbc4691c.tar.gz
tangerine-wallet-browser-b5f6ef8c013f2f742546a04e148bac99fbc4691c.tar.zst
tangerine-wallet-browser-b5f6ef8c013f2f742546a04e148bac99fbc4691c.zip
Fixed bugs related to clearing caches when restoring to a new vault
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index d34cd1c2a..49507eb30 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -335,7 +335,7 @@ function reduceApp (state, action) {
case actions.UNLOCK_FAILED:
return extend(appState, {
- warning: 'Incorrect password. Try again.',
+ warning: action.value || 'Incorrect password. Try again.',
})
case actions.SHOW_LOADING: