We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc10a8a commit b3dd96fCopy full SHA for b3dd96f
web-assets/js/setupAuth0WithRedirect.js
@@ -127,7 +127,7 @@ const authSetup = function () {
127
let issuer = tokenJson.iss;
128
issuerHostname = extractHostname(issuer);
129
}
130
- if (domain !== issuerHostname) {
+ if (issuerHostname && domain !== issuerHostname) {
131
domain = issuerHostname;
132
logger("reintialize auth0 for new domain..", domain);
133
createAuth0Client({
0 commit comments