Skip to content

Commit

Permalink
Deploying to gh-pages from @ 802a7a8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Nov 13, 2024
1 parent d3cf5ce commit 282bc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions injectables/AuthGuardService.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h3 id="inputs">
if (!sessionLIVE) {
this.loggedIN &#x3D; false;
this.userService.changeAuthorizedState(false);
this.router.navigate([&#x27;/Unauthorized&#x27;]);
this.router.navigate([&#x27;/unauthorized&#x27;]);
return false;
}
if (sessionLIVE) {
Expand All @@ -517,7 +517,7 @@ <h3 id="inputs">
}
if (!this.loggedIN) {
this.userService.changeAuthorizedState(this.loggedIN);
this.router.navigate([&#x27;/Unauthorized&#x27;]);
this.router.navigate([&#x27;/unauthorized&#x27;]);
}
this.userService.changeAuthorizedState(this.loggedIN);
return this.loggedIN;
Expand Down
2 changes: 1 addition & 1 deletion js/search/search_index.js

Large diffs are not rendered by default.

0 comments on commit 282bc78

Please sign in to comment.