Client - redirect after login if redirection exists

This commit is contained in:
Sam
2021-11-03 09:41:27 +01:00
parent 987503ca96
commit fece99921b
19 changed files with 34 additions and 26 deletions

View File

@ -156,6 +156,7 @@
store.dispatch(USER_STORE.ACTIONS.LOGIN_OR_REGISTER, {
actionType,
formData,
redirectUrl: route.query.from,
})
}
}