Skip to content

Commit 0cabdb3

Browse files
Fix community-app 2056
1 parent b65a469 commit 0cabdb3

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)