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