no need to have blank 'errors' property in the states. validation plugin now handles that
This commit is contained in:
@@ -58,6 +58,8 @@ var UserActions = {
|
||||
actionType: UserConstants.USER_LOGIN
|
||||
});
|
||||
|
||||
|
||||
|
||||
superagent.post(globals.ApiUrl + '/user/login')
|
||||
.withCredentials()
|
||||
.send(loginDetails)
|
||||
|
||||
Reference in New Issue
Block a user