@alfabit/keycloak 0.0.43 → 0.0.44

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfabit/keycloak",
3
3
  "private": false,
4
- "version": "0.0.43",
4
+ "version": "0.0.44",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
7
7
  "main": "src/index.ts",
@@ -478,7 +478,9 @@ export async function initKeycloak() {
478
478
  try {
479
479
  await postWebLogin();
480
480
  userData.value = await getPublicProfile();
481
- } catch { }
481
+ } catch (e) {
482
+ console.warn('Ошибка при обновлении токена: ', e);
483
+ }
482
484
  }
483
485
  }
484
486
  catch (e) {