diff --git a/SkyTeam/LogInPage.xaml b/SkyTeam/LogInPage.xaml index 91c0b1c..b6ba1dd 100644 --- a/SkyTeam/LogInPage.xaml +++ b/SkyTeam/LogInPage.xaml @@ -2,7 +2,9 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" - Title="LogInPage"> + Title="LogInPage" + KeyboardNavigation.DirectionalNavigation="Cycle" + Loaded="Page_Loaded"> @@ -32,14 +34,14 @@