diff --git a/src/App/Pages/Accounts/HomePage.xaml b/src/App/Pages/Accounts/HomePage.xaml index 40f631b28..0bb2b6ebf 100644 --- a/src/App/Pages/Accounts/HomePage.xaml +++ b/src/App/Pages/Accounts/HomePage.xaml @@ -51,7 +51,9 @@ x:Name="_email" Text="{Binding Email}" Keyboard="Email" - StyleClass="box-value"> + StyleClass="box-value" + ReturnType="Go" + ReturnCommand="{Binding ContinueCommand}">