Hosted Login Page redirects (302)'s immediately

I am running into the same issue as kristian_d - the hosted login page redirects immediately.

I have a new tenant set up. I am using the Auth0-JS library. How can I make it so that users are forced to go to the lock screen every time? I’m not sure where I would add the “prompt=login” parameter on the authentication response.

From reading this link, it seems like I should be adding a prompt=login to the end of the /authorize API call. However I’m never calling this API directly; instead, it’s auth0.WebAuth’s call to login( ) that seems to be initiating the API call, and I don’t know how I would pass prompt=login over to the API.