mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Remove unneeded attribute
This commit is contained in:
parent
aa42220ca1
commit
8c744f091b
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
|||
<%= f.label :password, class: 'sr-only' %>
|
||||
<%= f.password_field :password, placeholder: AdminUser.human_attribute_name(:password),
|
||||
required: true,
|
||||
autocomplete: 'off',
|
||||
class: 'form-control' %>
|
||||
|
||||
<% if devise_mapping.rememberable? -%>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
required: true,
|
||||
class: 'form-control' %>
|
||||
<%= f.password_field :password,
|
||||
autocomplete: 'off',
|
||||
placeholder: ApiUser.human_attribute_name(:password),
|
||||
required: true,
|
||||
class: 'form-control' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue