Skip to content

Commit

Permalink
fix(recovery): add recovery param to login routine saga
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Aug 31, 2021
1 parent b9be8a6 commit a52ddd6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ export default ({ api, coreSagas, networks }) => {

yield call(loginRoutineSaga, {
email: action.payload.email,
firstLogin: true
firstLogin: true,
recovery: true
})
yield put(actions.alerts.displaySuccess(C.RESTORE_SUCCESS))
yield put(actions.auth.restoreSuccess())
Expand Down

0 comments on commit a52ddd6

Please sign in to comment.