@topconsultnpm/sdkui-react-beta 6.5.65 → 6.5.66

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.
@@ -625,7 +625,12 @@ const TMLoginForm = (props) => {
625
625
  case AppModules.DESIGNER:
626
626
  case AppModules.ORCHESTRATOR:
627
627
  case AppModules.SURFER:
628
- SDK_Globals.license = await tmSession.NewLicenseEngine().RetrieveAsync();
628
+ try {
629
+ SDK_Globals.license = await tmSession.NewLicenseEngine().RetrieveAsync();
630
+ }
631
+ catch (e) {
632
+ TMExceptionBoxManager.show({ title: 'Errore caricamento licenza', exception: e });
633
+ }
629
634
  break;
630
635
  }
631
636
  props.onLogged(tmSession);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.5.65",
3
+ "version": "6.5.66",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",