nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

Added UI support to reset password #104 #113

Closed eduardobs79 closed 8 years ago

eduardobs79 commented 8 years ago

Simplified the reducer to include only one single action: UPDATE_LOGIN_STATE, as the web application only requires to be aware of log in/out changes.

Later, we could think in adding an auth reducer to decouple the dependency of Login, ResetPassword and ChangePassword components with the auth library.

mirceaalexandru commented 8 years ago

LGTM