79381105

Date: 2025-01-23 12:53:16
Score: 1
Natty:
Report link

You can also use const useNavigate hook from react-router-dom:

const navigate = useNavigate();
return isVerifiedUser ? <Outlet /> : navigate("/login");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samiullah