WaspW
Wasp2y ago
balina

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
Was this page helpful?