fdhsajkfdsa

This commit is contained in:
afazio1
2024-04-22 14:07:15 -04:00
parent 70fb79ac14
commit 50ad513ead
10 changed files with 48 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ export default function App() {
useEffect(
() => {
setSession(getSessionCookie());
if (session === undefined) {
if (session === null) {
navigate("/login");
}
},