This commit is contained in:
Samuele Locatelli
2023-12-15 18:53:04 +01:00
+2
View File
@@ -40,6 +40,8 @@ namespace MP_TAB_SERV.Pages
{
await Task.Delay(1);
await localStorage.SetItemAsync("currTkn", "");
await localStorage.SetItemAsync("CurrMach", "");
await localStorage.SetItemAsync("LastPage", "");
var CurrOprTknLS = await MsgServ.GetCurrOperDtoLSAsync();
var CurrDevGuid = await MsgServ.GetCurrDevGuidLSAsync();
if (!string.IsNullOrEmpty(CurrOprTknLS))