real time experience of connections and making sure user knows context of their connection
This commit is contained in:
@@ -22,8 +22,6 @@ export default function ProtectedRoute({
|
|||||||
error,
|
error,
|
||||||
} = useServerCheck();
|
} = useServerCheck();
|
||||||
|
|
||||||
console.log(error);
|
|
||||||
|
|
||||||
const { isLoading, isError, isFetching, isSuccess, refetch } =
|
const { isLoading, isError, isFetching, isSuccess, refetch } =
|
||||||
useAuthCheck(isServerHealthy);
|
useAuthCheck(isServerHealthy);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user