users: remove confirmation when changing username.

This commit is contained in:
evazion
2022-03-08 03:24:12 -06:00
parent 99479dfcf2
commit 5ce724f1e2
4 changed files with 3 additions and 5 deletions

View File

@@ -27,8 +27,7 @@
<%= edit_form_for(@change_request) do |f| %>
<%= f.input :desired_name, label: "New name" %>
<%= f.input :desired_name_confirmation, label: "Confirm name" %>
<%= f.submit "Submit", "data-confirm": "Are you sure you want to change your name?" %>
<%= f.submit "Submit" %>
<% end %>
</div>
</div>