bunch of fixes, need to refactoring to move state to the store in order to make it more fluxy
This commit is contained in:
@@ -22,6 +22,9 @@ var handleRegistrationFailure = function(error) {
|
||||
success: false,
|
||||
error: error
|
||||
};
|
||||
|
||||
|
||||
console.log('ERROR JE: ', error);
|
||||
};
|
||||
|
||||
var handleLoginSuccess = function(user) {
|
||||
@@ -141,4 +144,4 @@ AppDispatcher.register(function(payload) {
|
||||
|
||||
});
|
||||
|
||||
module.exports = UserStore;
|
||||
module.exports = UserStore;
|
||||
|
||||
Reference in New Issue
Block a user