diff --git a/keycloak.js b/keycloak.js index ee45a4d..41dd53b 100644 --- a/keycloak.js +++ b/keycloak.js @@ -42,7 +42,7 @@ const reloadData = () => { .then(loadData) .catch(() => { document.getElementById("keycloak-footer").innerHTML = ' Login/Registrierung'; - document.getElementById("keycloak-footer").href = "https://auth.xn--schmkerei-37a.de/realms/schmoekerei/protocol/openid-connect/auth?client_id=homer&response_type=code&redirect_uri=https://schmökerei.de"; + document.getElementById("keycloak-footer").href = "https://auth.xn--schmkerei-37a.de/realms/schmoekerei/protocol/openid-connect/auth?client_id=homer&response_type=code&redirect_uri=https://xn--schmkerei-37a.de"; }); }; keycloak.init({ onLoad: "check-sso", silentCheckSsoRedirectUri: "https://xn--schmkerei-37a.de/assets/silent-check-sso.html", silentCheckSsoFallback: false }).then(reloadData);