Skip to content

Commit 744191c

Browse files
authored
Merge pull request #50 from nauhil/develop
Update Email Change Flow
2 parents 14c831f + 8729d61 commit 744191c

File tree

9 files changed

+673
-275
lines changed

9 files changed

+673
-275
lines changed

__tests__/__snapshots__/index.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ Object {
129129
"updateProfileInit": [Function],
130130
"uploadPhotoDone": [Function],
131131
"uploadPhotoInit": [Function],
132+
"verifyMemberNewEmailDone": [Function],
133+
"verifyMemberNewEmailInit": [Function],
132134
},
133135
"reviewOpportunity": Object {
134136
"cancelApplicationsDone": [Function],

__tests__/actions/__snapshots__/profile.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Object {
4545
"updateProfileInit": [Function],
4646
"uploadPhotoDone": [Function],
4747
"uploadPhotoInit": [Function],
48+
"verifyMemberNewEmailDone": [Function],
49+
"verifyMemberNewEmailInit": [Function],
4850
},
4951
}
5052
`;

0 commit comments

Comments
 (0)