diff --git a/static/js/accounts.js b/static/js/accounts.js index 0060fab..c6d5e65 100644 --- a/static/js/accounts.js +++ b/static/js/accounts.js @@ -63,8 +63,7 @@ window.onload = async function() { document.getElementById("loading-screen").style.display = "none"; } else { // Has expired - Prompt user to log back in - console.log("Token Expired") - //window.location.href = "/account/login?redirect=/account" + window.location.href = "/account/login?redirect=/account" } } else { // User has never logged in for this session window.location.href = "/account/login?redirect=/account"