Skip to content

Commit 62ea4ea

Browse files
Merge pull request #48 from LieutenantRoger/develop
Fix community-app 2056
2 parents b65a469 + 0cabdb3 commit 62ea4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reducers/profile.js

+1
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ function onUpdatePasswordDone(state, { payload, error }) {
420420

421421
if (error) {
422422
logger.error('Failed to update password', payload);
423+
fireErrorMessage('The old password is invalid');
423424
}
424425
return newState;
425426
}

0 commit comments

Comments
 (0)