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}" />