WebAuth: A Separate Sign Up Link redux

I was trying to reply to the thread:

but it looks like that thread is closed.

I think the original poster had it right. I’d like to have “Sign Up” be the default tab using WebAuth. I’m using the below configuration parameters. But the initialScreen parameter has no effect.

  auth0 = new auth0.WebAuth({
    domain: AUTH_CONFIG.domain,
    clientID: AUTH_CONFIG.clientId,
    redirectUri: AUTH_CONFIG.callbackUrl,
    audience: AUTH_CONFIG.apiUrl, 
    responseType: 'token id_token',
    initialScreen: 'signUp',
    scope: 'openid profile email'
  })

Hey there!

Sorry for such delay in response! We’re doing our best in providing the best developer support experience out there, but sometimes the number of incoming questions is just too big for our bandwidth. Sorry for such inconvenience!

Do you still require further assistance from us?