mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-08 04:06:18 -04:00
fdhsajkfdsa
This commit is contained in:
@@ -13,7 +13,7 @@ export default function App() {
|
||||
useEffect(
|
||||
() => {
|
||||
setSession(getSessionCookie());
|
||||
if (session === undefined) {
|
||||
if (session === null) {
|
||||
navigate("/login");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user