| changeset 52 | 96f8a4a59bd9 |
| parent 47 | 64428c7ebc19 |
| child 53 | d8588379529e |
--- a/client/src/constants/actionTypes.js Mon Jun 19 15:05:36 2017 +0200 +++ b/client/src/constants/actionTypes.js Mon Jun 19 15:36:52 2017 +0200 @@ -16,3 +16,4 @@ export const AUTH_LOGIN_ERROR = 'AUTH_LOGIN_ERROR'; export const AUTH_STORE_TOKEN_ASYNC = 'AUTH_STORE_TOKEN_ASYNC'; export const AUTH_STORE_TOKEN = 'AUTH_STORE_TOKEN'; +export const AUTH_LOGOUT = 'AUTH_LOGOUT';