Skip to content

Commit

Permalink
change to text field
Browse files Browse the repository at this point in the history
  • Loading branch information
drKnoxy committed Dec 17, 2015
1 parent 63e92c4 commit 747ca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/themes/views/design/gui/editor/password.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span ng-show="attribute.IsRequired">*</span>
</label>

<input type="password"
<input type="text"
id="inp_{{attribute.Attribute}}"
class="form-control"
name="password"
Expand Down

0 comments on commit 747ca19

Please sign in to comment.