added website html
This commit is contained in:
parent
b4c5d8a2a2
commit
e704ff8d26
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue