Put timer back to 25 minute kickoff

This commit is contained in:
Andrew Shumway
2023-09-27 11:37:43 -06:00
parent 25190117dc
commit d7e7a082cd

View File

@@ -19,7 +19,7 @@
logoutUser();
}
}, 1000);
}, 60 * 1000);
}, 25 * 60 * 1000);
function logoutUser() {
window.location.href = '/sign-out';