IO-761 User Reset updates

This commit is contained in:
Patrick Fic
2021-03-17 13:52:58 -07:00
parent 7cb13d289c
commit b3003249ae
5 changed files with 47 additions and 5 deletions

View File

@@ -170,6 +170,10 @@ export function* onSendPasswordResetStart() {
UserActionTypes.SEND_PASSWORD_RESET_EMAIL_START,
sendPasswordResetEmail
);
yield takeLatest(
UserActionTypes.SEND_PASSWORD_RESET_EMAIL_START_AGAIN,
sendPasswordResetEmail
);
}
export function* sendPasswordResetEmail({ payload }) {
try {