Adding login functionality to login view (connection with authmanager).

This commit is contained in:
Daniel Scalzi
2018-01-29 01:23:20 -05:00
parent 52aea274a7
commit 8ea4ae8ec2
4 changed files with 89 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ exports.authenticate = function(username, password, clientToken, requestUser = t
if(response.statusCode === 200){
fulfill(body)
} else {
reject()
reject(body)
}
})
})