login & registration now functional
This commit is contained in:
@@ -7,5 +7,9 @@ module.exports = keyMirror({
|
||||
REGISTRATION_FAILURE: null,
|
||||
USER_LOGIN: null,
|
||||
LOGIN_SUCCESS: null,
|
||||
LOGIN_FAILURE: null
|
||||
LOGIN_FAILURE: null,
|
||||
CHECK_LOGIN: null,
|
||||
CHECK_LOGIN_ARRIVED: null,
|
||||
USER_LOGOUT_DONE: null,
|
||||
USER_LOGOUT: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user