hey @zoomeez_ there is a way to hack around where before you redirect to the login screen, save the query params in session storage
And when you are redirected back to the final destination, read the query params from the URL first, and if not present, read from session storage and reload the page.