diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index 93a828a..e802eb1 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -54,7 +54,7 @@ <%= translation_button(:account_name) %> - <%= form.text_field :name, class: "input txt-large", autocomplete: "off", placeholder: "Name this account", autofocus: true, + <%= form.text_field :name, class: "input txt-large", autocomplete: "off", placeholder: "Name this account", data: { action: "keydown.enter->form#submit" } %>