Skip to content

Commit

Permalink
Merge pull request #54 from codeforbtv/forgot-password-action-type-an…
Browse files Browse the repository at this point in the history
…d-message

Added action type and updated message for reset password, also reducer for logout
  • Loading branch information
jbpayne authored Feb 21, 2019
2 parents dea6a6c + bf688f3 commit 02486ce
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 331 deletions.
2 changes: 2 additions & 0 deletions constants/action-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export const INITIALIZATION_FAIL = 'INITIALIZATION_FAIL';
export const LOGIN_SUCCESSFUL = 'LOGIN_SUCCESSFUL';
export const LOGIN_FAIL = 'LOGIN_FAIL';
export const LOGOUT_SUCCESSFUL = 'LOGOUT_SUCCESSFUL';
export const RESET_PASSSWORD_SUCCESS = 'RESET_PASSSWORD_SUCCESS';
export const RESET_PASSWORD_FAIL = 'RESET_PASSWORD_FAIL';
export const LOADING_FAILED = 'LOADING_FAILED';
export const FETCH_PROFILE_FAIL = 'FETCH_PROFILE_FAIL';
export const FETCH_PROFILE_SUCCESS = 'FETCH_PROFILE_SUCCESS';
Loading

0 comments on commit 02486ce

Please sign in to comment.