mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 21:30:21 -04:00
Fixes #718: Changed password field type on Access Code entry page.
This commit is contained in:
parent
2b5a2b5fce
commit
aad9fc1032
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<%= form_tag do |f| %>
|
<%= form_tag do |f| %>
|
||||||
<%= hidden_field_tag :return_path, @return_path %>
|
<%= hidden_field_tag :return_path, @return_path %>
|
||||||
<%= text_field_tag :password, @password %>
|
<%= password_field_tag :password, @password %>
|
||||||
<%= submit_tag t(:'request_access.enter'), class: 'btn' %>
|
<%= submit_tag t(:'request_access.enter'), class: 'btn' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue