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,
|
||||
} = useServerCheck();
|
||||
|
||||
console.log(error);
|
||||
|
||||
const { isLoading, isError, isFetching, isSuccess, refetch } =
|
||||
useAuthCheck(isServerHealthy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user