ECellNitrr / teesco-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Loginform state from redux

kaushik27mishra opened this issue · comments

As the state of the LoginForm Component can be managed in the state of the form itself and only important details should be stored in the redux.

So, it would be better if we handle the errors and other details in the Loginform itself.

I would like to work on this issue