Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ac878f

Browse files
authoredApr 24, 2019
Merge pull request #59 from applehit16/update-email-2
udpate email part 2
2 parents de547d8 + 06aaf15 commit 4ac878f

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
@@ -460,6 +460,7 @@ function onVerifyMemberNewEmailDone(state, { payload, error }) {
460460
return {
461461
...newState,
462462
verifyError: false,
463+
emailChangeResult: payload.data,
463464
};
464465
}
465466

0 commit comments

Comments
 (0)
Please sign in to comment.