You can set the LoginPage as default page in the App.cs:
MainPage = new LoginPage();
. And then navigation by: App.Current.MainPage = new AppShell();
.