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.
services/userrelies onconfig.AUTH0.DOMAINconfig param being available; if there is noAUTH0segment 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-jsinitialization to be lazy.