Skip to content

Commit 220538a

Browse files
committed
wip
1 parent 4cd1194 commit 220538a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/model_catalog/src/ValidationFramework.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,11 @@ class ValidationFramework extends React.Component {
435435
});
436436

437437
if (window.location.hash) {
438-
439-
if (window.location.hash.includes("iss=")) {
440-
window.location.hash = window.location.hash.replace("iss=https%3A%2F%2Fiam.ebrains.eu%2Fauth%2Frealms%2Fhbp", "");
441-
}
442-
const param = window.location.hash.slice(1).replace("&", "");
438+
console.log(window.structuredClone(window.location.hash));
439+
//if (window.location.hash.includes("iss=")) {
440+
// window.location.hash = window.location.hash.replace("iss=https%3A%2F%2Fiam.ebrains.eu%2Fauth%2Frealms%2Fhbp", "");
441+
//}
442+
const param = window.location.hash.slice(1) //.replace("&", "");
443443

444444
if (param.length > 0) {
445445
let proceed = true;

0 commit comments

Comments
 (0)