client/src/constants/actionTypes.js
changeset 47 64428c7ebc19
parent 44 3b20e2b584fe
child 52 96f8a4a59bd9
--- a/client/src/constants/actionTypes.js	Mon Jun 19 11:56:06 2017 +0200
+++ b/client/src/constants/actionTypes.js	Mon Jun 19 12:32:11 2017 +0200
@@ -14,3 +14,5 @@
 export const AUTH_LOGIN_REQUEST = 'AUTH_LOGIN_REQUEST';
 export const AUTH_LOGIN_SUCCESS = 'AUTH_LOGIN_SUCCESS';
 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';