From e704ff8d2693246617f56c02c23498fc02f979bc Mon Sep 17 00:00:00 2001 From: Jon Lambson Date: Mon, 14 Aug 2017 13:32:23 -0600 Subject: [PATCH] added website html --- assets/oauth3.org | 1 + js/services/auth.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 160000 assets/oauth3.org diff --git a/assets/oauth3.org b/assets/oauth3.org new file mode 160000 index 0000000..9a7aa32 --- /dev/null +++ b/assets/oauth3.org @@ -0,0 +1 @@ +Subproject commit 9a7aa3261f2ad97ebd436c8b1e86d168cf93023d diff --git a/js/services/auth.js b/js/services/auth.js index d370bf8..f6cbb5f 100644 --- a/js/services/auth.js +++ b/js/services/auth.js @@ -8,7 +8,6 @@ app.factory('Auth', ['localStorageService', '$location', '$rootScope', function( } else { $location.path('/' + redirectedURL); } - console.log("%c" + redirectedURL, "color: blue; font-size: 14px;"); }, isLoggedIn: function(){ user = JSON.parse(localStorageService.get('userAuth'));