adding in proper creation of user

This commit is contained in:
talksik
2022-03-18 17:34:51 -04:00
parent 0a126900b9
commit b9d38a6484
9 changed files with 113 additions and 52 deletions
@@ -9,7 +9,6 @@ export default function ProtectedRoute({
children?: React.ReactNode;
}) {
const { data, isLoading, isError, refetch } = useGetUserDetails();
console.log(data);
if (isLoading)
return (