@pristy/pristy-libvue 0.22.4 → 0.22.5
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/dist/pristy-libvue.js
CHANGED
|
@@ -1449,25 +1449,25 @@ const U = new TI(), w = e({
|
|
|
1449
1449
|
init: {
|
|
1450
1450
|
onLoad: "login-required",
|
|
1451
1451
|
checkLoginIframe: !1,
|
|
1452
|
-
redirectUri:
|
|
1452
|
+
redirectUri: void 0
|
|
1453
1453
|
},
|
|
1454
|
-
config: `${N.ALFRESCO_HOST}${N.APP_ROOT}
|
|
1455
|
-
onReady(M) {
|
|
1456
|
-
w().keycloakReady(M);
|
|
1454
|
+
config: `${N.ALFRESCO_HOST}${N.APP_ROOT}keycloak.json`,
|
|
1455
|
+
async onReady(M) {
|
|
1456
|
+
await w().keycloakReady(M);
|
|
1457
1457
|
}
|
|
1458
1458
|
} : N.AUTH === "lemonldap" ? {
|
|
1459
1459
|
init: {
|
|
1460
1460
|
onLoad: "login-required",
|
|
1461
1461
|
checkLoginIframe: !1,
|
|
1462
|
-
redirectUri:
|
|
1462
|
+
redirectUri: void 0
|
|
1463
1463
|
},
|
|
1464
1464
|
config: {
|
|
1465
1465
|
realm: `${N.OIDC_REALM}`,
|
|
1466
1466
|
clientId: `${N.OIDC_CLIENT_ID}`,
|
|
1467
1467
|
oidcProvider: `${N.OIDC_PROVIDER}`
|
|
1468
1468
|
},
|
|
1469
|
-
onReady(M) {
|
|
1470
|
-
w().keycloakReady(M);
|
|
1469
|
+
async onReady(M) {
|
|
1470
|
+
await w().keycloakReady(M);
|
|
1471
1471
|
}
|
|
1472
1472
|
} : {}
|
|
1473
1473
|
},
|