added website html

Esse commit está contido em:
Jon Lambson 2017-08-14 13:32:23 -06:00
commit e704ff8d26
2 arquivos alterados com 1 adições e 1 exclusões

1
assets/oauth3.org Submódulo

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

Ver arquivo

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