added website html

This commit is contained in:
Jon Lambson 2017-08-14 13:32:23 -06:00
parent b4c5d8a2a2
commit e704ff8d26
2 changed files with 1 additions and 1 deletions

1
assets/oauth3.org Submodule

@ -0,0 +1 @@
Subproject commit 9a7aa3261f2ad97ebd436c8b1e86d168cf93023d

View File

@ -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'));