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

Function loginSuccess

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

Source from the content-addressed store, hash-verified

32}
33
34function loginSuccess() {
35 return { type: types.LOGIN_SUCCESS_USER };
36}
37
38function loginError() {
39 return { type: types.LOGIN_ERROR_USER };

Callers 1

manualLoginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected