Merge branch 'develop' of https://gitlab.steamware.net/steamware/mapo-core into develop
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user