We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd1194 commit 220538aCopy full SHA for 220538a
1 file changed
apps/model_catalog/src/ValidationFramework.jsx
@@ -435,11 +435,11 @@ class ValidationFramework extends React.Component {
435
});
436
437
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("&", "");
+ console.log(window.structuredClone(window.location.hash));
+ //if (window.location.hash.includes("iss=")) {
+ // window.location.hash = window.location.hash.replace("iss=https%3A%2F%2Fiam.ebrains.eu%2Fauth%2Frealms%2Fhbp", "");
+ //}
+ const param = window.location.hash.slice(1) //.replace("&", "");
443
444
if (param.length > 0) {
445
let proceed = true;
0 commit comments