Remove empty page when on "/" only
I'm not using refine default login but use other page to login to save the token and user info in localStorage and redirect to the app. However, if I navigate to "localhost:5173/", i want to make that route not exist and redirect to "localhost:5173/users" instead
