Skip to content

Commit

Permalink
Merge pull request #2508 from alphagov/remove-incorrect-and-redundant…
Browse files Browse the repository at this point in the history
…-input-type-option-from-users-emails-edit-form

Remove incorrect type from edit user name input
  • Loading branch information
chrisroos authored Nov 13, 2023
2 parents f384fbe + 10f6199 commit 51239fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/users/names/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
text: "Name"
},
name: "user[name]",
type: "name",
id: "user_name",
value: @user.name,
autocomplete: "off",
Expand Down

0 comments on commit 51239fd

Please sign in to comment.