Adding login functionality to login view (connection with authmanager).
This commit is contained in:
@@ -122,7 +122,7 @@ exports.authenticate = function(username, password, clientToken, requestUser = t
|
||||
if(response.statusCode === 200){
|
||||
fulfill(body)
|
||||
} else {
|
||||
reject()
|
||||
reject(body)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user