This commit is contained in:
RochesterX
2025-11-28 19:40:43 -05:00
parent b1d604cdc2
commit 374ac4aff7
3 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,10 @@ import { formatSalary } from "./utils.js";
const token = window.localStorage.getItem("token");
if (!token) {
window.location.href = "/login";
}
const highest = document.querySelector("#highest");
updateHighest();