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}" />
@@ -56,6 +59,7 @@
Text="{u:I18n ApiUrl}"
StyleClass="box-label" />
@@ -65,6 +69,7 @@
Text="{u:I18n IdentityUrl}"
StyleClass="box-label" />
@@ -74,9 +79,12 @@
Text="{u:I18n IconsUrl}"
StyleClass="box-label" />
+ StyleClass="box-value"
+ ReturnType="Go"
+ ReturnCommand="{Binding SubmitCommand}" />