added website html

This commit is contained in:
Jon Lambson 2017-08-14 13:32:23 -06:00
父節點 b4c5d8a2a2
當前提交 e704ff8d26
共有 2 個文件被更改,包括 1 次插入1 次删除

1
assets/oauth3.org Submodule

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

查看文件

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