From 0cabdb3363bdcd647d8bccc62bc8d8fa5c57fc7f Mon Sep 17 00:00:00 2001 From: LieutenantRoger Date: Fri, 22 Mar 2019 01:58:13 +0800 Subject: [PATCH] Fix community-app 2056 --- src/reducers/profile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reducers/profile.js b/src/reducers/profile.js index 12c734c5..c2b1610e 100644 --- a/src/reducers/profile.js +++ b/src/reducers/profile.js @@ -420,6 +420,7 @@ function onUpdatePasswordDone(state, { payload, error }) { if (error) { logger.error('Failed to update password', payload); + fireErrorMessage('The old password is invalid'); } return newState; }