Is there a way automatically navigate to another page
Hi, i want to add a logic in login and register page if user already loginned then login page must navigate to main page
const { data: user } = useAuth();
i can get users data to check if user loginned or not but i can't find any thing in documentation for auto navigation like useNavigate
const { data: user } = useAuth();
i can get users data to check if user loginned or not but i can't find any thing in documentation for auto navigation like useNavigate