storing cookies not working so whatever move on

This commit is contained in:
talksik
2022-03-17 20:16:43 -04:00
parent 34fe8e0c29
commit 444c116f1b
4 changed files with 2 additions and 19 deletions
@@ -8,7 +8,7 @@ export default function ProtectedRoute({ ...children }) {
const { isLoading, isError } = useGetUserDetails();
useEffect(() => {
console.log(window.electronAPI.store.get(STORE_ITEMS.AUTH_TOKENS));
// console.log(window.electronAPI.store.get(STORE_ITEMS.AUTH_TOKENS));
}, []);
const navigate = useNavigate();