Skip to content

Commit

Permalink
fix(redirect): add back to magic link api call
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 12, 2022
1 parent b38f4c0 commit 9c1a34f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ export default ({ api, coreSagas, networks }) => {
}
}
const captchaToken = yield call(generateCaptchaToken, CaptchaActionName.LOGIN)
yield call(api.triggerWalletMagicLink, sessionToken, email, captchaToken, product)
yield call(api.triggerWalletMagicLink, sessionToken, email, captchaToken, product, redirect)
if (step === LoginSteps.CHECK_EMAIL) {
yield put(actions.alerts.displayInfo(C.VERIFY_EMAIL_SENT))
} else {
Expand Down

0 comments on commit 9c1a34f

Please sign in to comment.