Search
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { postData, verifyLogin } from "./client.js";
|
||||
|
||||
if (!verifyLogin("professor")) window.location.href = "home.html"
|
||||
if (!verifyLogin("professor")) window.location.href = "/home"
|
||||
|
||||
const sectionsHead = document.querySelector("#sections");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user