Hi!
I’m on a situation where I have both a login and signup button in my home page. I cannot find a way to redirect to auth0 with signup page as the initial screen, it will always redirect login instead.
I see javascript have some options in which you can set the initial screen, but I cannot find the equivalent to this using this gem.
I also did follow the Ruby on Rails quickstart, and didn’t see anything related to this.
Is there any way I can redirect my users to the signup screen when they click signup with rails?
Thanks a lot!