What triggers the default login/signup form?

I’m trying to make some public pages that don’t request the user login or sign up, but I can’t stop that login/signup from appearing. (I don’t even recall setting it up to appear)

  1. Check work flow - page on load. Maybe you have set condition if current user is not logged in show popup
  2. If you have any element on your page check condition on them
  3. Check if you have states ( click on page and up right check (i)mark.
    I would also make new page and see if the same thing happens.
    I don’t have laptop infront of me. Terminology might be slightly off

Thanks. creating a new page let me do the process of elimination. It seems I was sending info to a new page from a page that required login.