Is there a way to add a back button on the user form detail page that redirects the user back to the previous page without triggering a reload?
Currently, when I click the back button in the browser, it reloads the list of users. I'd like to avoid this behavior by implementing a custom back button in the user detail page.
If anyone knows if this is possible and how to go about solving it, I would greatly appreciate any help or insights. Thank you!