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

Function beginLogin

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

Source from the content-addressed store, hash-verified

28
29// Log In Action Creators
30function beginLogin() {
31 return { type: types.MANUAL_LOGIN_USER };
32}
33
34function loginSuccess() {
35 return { type: types.LOGIN_SUCCESS_USER };

Callers 1

manualLoginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected