Commit 8776456b authored by Luke Bennett's avatar Luke Bennett

Make password field password type

parent 4a4db267
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
.form-group .form-group
= label_tag :password, _('Password'), class: 'label-bold' = label_tag :password, _('Password'), class: 'label-bold'
= text_field_tag :password, '', class: 'form-control js-password' = text_field_tag :password, '', type: 'password', class: 'form-control js-password'
- if can_pull - if can_pull
%template.js-pull-mirrors-form %template.js-pull-mirrors-form
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment