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

Display error messages with separate component #30

Closed areiterer closed 7 years ago

areiterer commented 7 years ago

I added a new component to display error messages. The error message is stored within the state - so I added the respective actions and reducer to do so.

The overall process is like:

areiterer commented 7 years ago

Thanks! I'm sorry about the whitespaces - I fixed it now.