@alfabit/keycloak 0.0.46 → 0.0.47
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/package.json
CHANGED
|
@@ -456,6 +456,8 @@ export async function initKeycloak() {
|
|
|
456
456
|
|
|
457
457
|
const res = await keycloak.value.init(initOptions);
|
|
458
458
|
|
|
459
|
+
checkAuth.value = true;
|
|
460
|
+
|
|
459
461
|
console.log('initKeycloak', {
|
|
460
462
|
res,
|
|
461
463
|
});
|
|
@@ -468,6 +470,8 @@ export async function initKeycloak() {
|
|
|
468
470
|
// isPopup();
|
|
469
471
|
keycloakUserData.value = keycloak.value?.tokenParsed ?? null;
|
|
470
472
|
isAuth.value = true;
|
|
473
|
+
|
|
474
|
+
|
|
471
475
|
try {
|
|
472
476
|
console.log('before postWebLogin 1');
|
|
473
477
|
await postWebLogin();
|