Skip to content

Commit

Permalink
Update index-script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Mar 12, 2024
1 parent 31689d8 commit af88c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/levlr/index-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ document.addEventListener("DOMContentLoaded", function () {
// document.cookie = "accessToken=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
// Redirect to the specified page if the user's ID is not in the
// window.location.href = `https://auth.scyted.tv/www.scyted.tv/resources-temp?error=invalidAccess`;
displayErrorInvalidAccess();
// displayErrorInvalidAccess();
return true;
}
})
.catch(error => {
Expand Down

0 comments on commit af88c56

Please sign in to comment.