So, it would be unwise to have live routes behind this pipeline then?
scope “/”, MyAppWeb do
pipe_through [:browser, :visitor, :redirect_if_user_is_authenticated]
live "/user/register", UserNewLive
So, it would be unwise to have live routes behind this pipeline then?
scope “/”, MyAppWeb do
pipe_through [:browser, :visitor, :redirect_if_user_is_authenticated]
live "/user/register", UserNewLive