Foward to MachinePage after successfull login

This commit is contained in:
TheJoKlLa 2021-09-25 21:37:56 +02:00
parent b2ec0c1a53
commit 8c446e76cd

View File

@ -101,6 +101,13 @@ namespace Borepin.PageModel
}
IsConnected = true;
var result = await _NavigationService.NavigateAsync("/MainPage/NavigationPage/MachineListPage");
if (!result.Success)
{
System.Diagnostics.Debugger.Break();
}
}
IsBusy = false;