diff --git a/client/src/app/common/admin-guard.service.ts b/client/src/app/common/admin-guard.service.ts index 81040c0..151661a 100644 --- a/client/src/app/common/admin-guard.service.ts +++ b/client/src/app/common/admin-guard.service.ts @@ -14,7 +14,7 @@ export class AdminGuardService { canActivate(route:ActivatedRouteSnapshot, state:RouterStateSnapshot):Observable|boolean { let the_cookie = document.cookie.split(';'); let token = the_cookie[0].split("=")[1]; - if(token){ + if(token || localStorage.getItem('loggedIn') == 'true'){ return true }else{ this.router.navigate(['/']); diff --git a/client/src/app/view/about/about.component.html b/client/src/app/view/about/about.component.html index ca09656..7308232 100644 --- a/client/src/app/view/about/about.component.html +++ b/client/src/app/view/about/about.component.html @@ -25,8 +25,8 @@

About Us

Latest System Releases: {{Version}}

-

Front-End: v1.0.4

-

Back-End: v1.0.4

+

Front-End: v1.0.5

+

Back-End: v1.0.5

Latest Commit: {{commit}}

diff --git a/client/src/index.html b/client/src/index.html index c9f764f..c9e6125 100644 --- a/client/src/index.html +++ b/client/src/index.html @@ -1,39 +1,33 @@ + + Starry Sea Volunteers Association + + - StarrySea - - - - + + + + + + + + +
Starrysea Logo

Starrysea International

Loading...

+