If I create a custom ui for the authentication portion of wasp and using the hooks from wasp, do these methods defined in the main.wasp file still function? Or do I need to handle redirects on my own?
onAuthFailedRedirectTo: "/login",
onAuthSucceededRedirectTo: "/demo-app",