Is there a way to programmatically get the window.location.href?
If I navigate to https://my.toddle.site/subscribers and I 'm not logged in , I get redirected to the login page to submit my email address and then verify my OTP (expected ) . I 'd like to be able to redirect the user back to /subscribers if login is successful . This would be the same for other pages a user might visit . Is it possible to grab the URL dynamically to set up a redirect and pass that along with the login flow ? My guess is query params in some way shape or form ? ?redirect = currentURL Which also works server side This was something @Kedde implemented for me when we were testing v2 😁 You just redirect to the parameter on login success