More Linting

This commit is contained in:
kevgliss 2015-12-27 18:08:17 -05:00
parent aa2358aa03
commit 3b5d7eaab6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
return $http.get('http://localhost:8000/api/1/auth/providers').then(function(response) {
lemur.constant('providers', response.data);
}, function(errorResponse) {
console.log('Could not fetch SSO providers')
console.log('Could not fetch SSO providers' + errorResponse);
});
}