@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
|
-
|
|
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);
|