You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
services/user relies on config.AUTH0.DOMAIN config param being available; if there is no AUTH0 segment in the config, the code crush; thus preventing the library to work even when host code does not need related functionality.
We should update auth0-js initialization to be lazy.