mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
Foward to MachinePage after successfull login
This commit is contained in:
parent
b2ec0c1a53
commit
8c446e76cd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user