mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:43:19 +08:00
Merge pull request #719 from paulyoung/access-code-password
Fixes #718: Changed password field type on Access Code entry page.
This commit is contained in:
commit
dfdf65e870
|
@ -11,7 +11,7 @@
|
|||
|
||||
<%= form_tag do |f| %>
|
||||
<%= 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' %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user