Hi there,
How do I keep the user on the same page after logging in? For example, when on a product detail page I click log in, I want to show the same PDP again, but then as the authenticated user.
I can see in Swift that the Login.cshtml template has support for "GoBackToPage" to take you to the previous URL. However, there doesn't seem to be a way to stick the current URL as a parameter to the login page. Am I missing something?
Imar