5 type: types.AUTH_LOGIN_SUBMIT,
6 username,
7 password
8 };
9 }
10
11 export const logout = () => {
12 return {
13 type: types.AUTH_LOGOUT
14 };
15 }