How could we handle Login in a Hotwire Native App?

In my Rails app I tend to follow the pattern where there is a redirect to new_session_path in my app. In Hotwire Native apps however the redirect doesn’t abide by the modal instruction in the configuration and instead just shows the new_session_path straight in the tab that initially called it.

I guess I have 2 questions.

  1. Is there a way to make the Hotwire Native app listen to the modal configuration on redirect?
  2. Is there a better way I am not aware of?