auth0-multitenant-spa-api-sample
auth0-multitenant-spa-api-sample copied to clipboard
I am getting a blank screen
I followed the read me instructions and created two separate account for each tenant. but when i access the url in browser, i am seeing an empty screen.
What could be the issue?

As a followup for anyone else viewing this, here's why. The demo code expects your domain to be named <something-yourcompany.com.
Change the line containing the pattern match in "var re" in function getTenantFromDomain.