Adjusted menu visibility
This commit is contained in:
@@ -40,10 +40,5 @@ s1.onload = function() {
|
|||||||
console.error("Authentication Failed");
|
console.error("Authentication Failed");
|
||||||
});
|
});
|
||||||
|
|
||||||
const wrapper = document.querySelector("#config-buttons");
|
document.querySelectorAll(".config").forEach(el => {el.style.opacity = '0'});
|
||||||
const kcUserLink = wrapper.querySelector("#users").cloneNode(true);
|
|
||||||
kcUserLink.href = "https://auth.xn--schmkerei-37a.de/realms/schmoekerei/account";
|
|
||||||
kcUserLink.id = "kcUserSettings";
|
|
||||||
wrapper.append(kcUserLink);
|
|
||||||
kcUserLink.querySelector("div").innerHTML = "Account-Einstellungen";
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user