mxstbr / login-flow

:key: A login/register flow built with React&Redux
https://loginflow.mxstbr.com
MIT License
1.6k stars 215 forks source link

Login Function side effect #1

Closed mxstbr closed 8 years ago

mxstbr commented 8 years ago

Login function has a side-effect of redirecting the user after successful login: https://github.com/mxstbr/login-flow/blob/master/js/actions/AppActions.js#L47

Should be a separate action.