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.
The text was updated successfully, but these errors were encountered:
birdofpreyru
added a commit
to topcoder-platform/topcoder-payment-tool
that referenced
this issue
Jul 5, 2018
services/user
relies onconfig.AUTH0.DOMAIN
config param being available; if there is noAUTH0
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.The text was updated successfully, but these errors were encountered: