stuff not ready to be pushed to master
This commit is contained in:
@@ -52,6 +52,13 @@ var UserActions = {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: UserConstants.USER_LOGOUT_DONE
|
||||
});
|
||||
NavigationActions.goToHome();
|
||||
},
|
||||
clearLogin: function() {
|
||||
console.log('clearing login form');
|
||||
AppDispatcher.handleAction({
|
||||
actionType: UserConstants.USER_LOGIN_CLEAR
|
||||
});
|
||||
},
|
||||
userLogin: function(loginDetails) {
|
||||
AppDispatcher.handleAction({
|
||||
|
||||
Reference in New Issue
Block a user