MCPcopy Index your code
hub / github.com/reactGo/reactGo / signUpError

Function signUpError

app/actions/users.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42// Sign Up Action Creators
43function signUpError() {
44 return { type: types.SIGNUP_ERROR_USER };
45}
46
47function beginSignUp() {
48 return { type: types.SIGNUP_USER };

Callers 1

signUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected