erichosick
02/16/2024, 12:57 AMgetSuperTokensRoutesForReactRouterDom
. When going to an endpoint like http://host/#/somesegment/somesegment2?param=value¶m=value
, we set the route to /auth
when the person is not logged in. We got the login screen but the redirect path seems to be set to nothing: http://host/#/auth/?redirectToPath=
. Thoughts?