pleroma-fe/src/mutation_types.js
raeno 0029313775 Add client validation for registration form
* also extract registration logic to users.js module
2018-12-05 13:44:12 +04:00

8 lines
176 B
JavaScript

export const SIGN_UP = {
SUCCESS: 'SIGN_UP_SUCCESS',
FAILURE: 'SIGN_UP_FAILURE',
PENDING: 'SIGN_UP_PENDING',
isPending: 'sign_up_pending',
errors: 'sign_up_errors'
}