From 3b5d7eaab697050f86b11d0affb011d79784f83a Mon Sep 17 00:00:00 2001 From: kevgliss Date: Sun, 27 Dec 2015 18:08:17 -0500 Subject: [PATCH] More Linting --- lemur/static/app/angular/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/static/app/angular/app.js b/lemur/static/app/angular/app.js index 0c34d846..3c83aa0f 100644 --- a/lemur/static/app/angular/app.js +++ b/lemur/static/app/angular/app.js @@ -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); }); }