@digipair/skill-keycloak 0.43.3 → 0.43.4
Sign up to get free protection for your applications and to get access to all the features.
- package/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
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 + '/
|
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 + '/
|
33789
|
+
silentCheckSsoRedirectUri: window.location.origin + '/public/silent-check-sso.html',
|
33790
33790
|
});
|
33791
33791
|
} catch (error) {
|
33792
33792
|
console.error('keycloak error', error);
|