From a98283f3ff2851572a81fa2ab538c04190009958 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 31 May 2019 12:13:14 -0400 Subject: [PATCH] return commands for accounts pages --- src/App/Pages/Accounts/EnvironmentPage.xaml | 12 ++++++++++-- src/App/Pages/Accounts/EnvironmentPage.xaml.cs | 8 ++++++++ src/App/Pages/Accounts/EnvironmentPageViewModel.cs | 3 +++ src/App/Pages/Accounts/HintPage.xaml | 4 +++- src/App/Pages/Accounts/HintPageViewModel.cs | 3 +++ src/App/Pages/Accounts/LockPage.xaml | 8 ++++++-- src/App/Pages/Accounts/LockPageViewModel.cs | 2 ++ src/App/Pages/Accounts/RegisterPage.xaml | 5 ++++- src/App/Pages/Accounts/RegisterPage.xaml.cs | 7 +++++++ src/App/Pages/Accounts/RegisterPageViewModel.cs | 2 ++ src/App/Pages/Accounts/TwoFactorPage.xaml | 8 ++++++-- src/App/Pages/Accounts/TwoFactorPageViewModel.cs | 2 ++ 12 files changed, 56 insertions(+), 8 deletions(-) diff --git a/src/App/Pages/Accounts/EnvironmentPage.xaml b/src/App/Pages/Accounts/EnvironmentPage.xaml index 164139722..9d8c87ca5 100644 --- a/src/App/Pages/Accounts/EnvironmentPage.xaml +++ b/src/App/Pages/Accounts/EnvironmentPage.xaml @@ -31,7 +31,9 @@ Text="{Binding BaseUrl}" Keyboard="Url" Placeholder="ex. https://bitwarden.company.com" - StyleClass="box-value" /> + StyleClass="box-value" + ReturnType="Go" + ReturnCommand="{Binding SubmitCommand}" />