@digipair/skill-keycloak 0.43.3 → 0.43.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -5854,7 +5854,7 @@ let KeycloakService = class KeycloakService {
5854
5854
  try {
5855
5855
  this.isLogged = await keycloak.init({
5856
5856
  onLoad: 'check-sso',
5857
- silentCheckSsoRedirectUri: window.location.origin + '/assets/silent-check-sso.html',
5857
+ silentCheckSsoRedirectUri: window.location.origin + '/public/silent-check-sso.html',
5858
5858
  });
5859
5859
  } catch (error) {
5860
5860
  console.error('keycloak error', error);
package/index.esm.js CHANGED
@@ -33786,7 +33786,7 @@ let KeycloakService = class KeycloakService {
33786
33786
  try {
33787
33787
  this.isLogged = await keycloak.init({
33788
33788
  onLoad: 'check-sso',
33789
- silentCheckSsoRedirectUri: window.location.origin + '/assets/silent-check-sso.html',
33789
+ silentCheckSsoRedirectUri: window.location.origin + '/public/silent-check-sso.html',
33790
33790
  });
33791
33791
  } catch (error) {
33792
33792
  console.error('keycloak error', error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-keycloak",
3
- "version": "0.43.3",
3
+ "version": "0.43.4",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"