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; }