Clean up the code

This commit is contained in:
raeno 2018-12-05 20:19:39 +04:00
parent 91a72d51ff
commit f1d1fd64d3
3 changed files with 7 additions and 19 deletions

View file

@ -1,7 +1,9 @@
export const SIGN_UP = {
// mutations
SUCCESS: 'SIGN_UP_SUCCESS',
FAILURE: 'SIGN_UP_FAILURE',
PENDING: 'SIGN_UP_PENDING',
// state
isPending: 'sign_up_pending',
errors: 'sign_up_errors'
}