Clean up the code
This commit is contained in:
parent
91a72d51ff
commit
f1d1fd64d3
3 changed files with 7 additions and 19 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue