@konrad.sopala @sasha.sochka
I tried using it with import createAuth0Client from '@auth0/auth0-spa-js';
but mine still directs to the login tab.
async signup() {
await this.auth0.loginWithRedirect({screen_hint: "signup"});
}
Is there other code that I need to include somewhere else?