Skip to content

Commit

Permalink
Changed redirect to use href
Browse files Browse the repository at this point in the history
  • Loading branch information
ajturner committed Jul 18, 2024
1 parent 801af0b commit e351e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@

// Remove the query strings
// const appUrl = window.location.href.split('?')[0];
identityEl.redirect = `${window.location.origin}/redirect.html`;
identityEl.redirect = `${window.location.href}redirect.html`;
placeholderEl.appendChild(identityEl);
}

embedIdentity();
configureElement();

function configureElement() {
// Dynamically add the component so we can set URL or object properties
const componentName = "telemetry-dashboard";
Expand Down

0 comments on commit e351e86

Please sign in to comment.