mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
Fix the eye icon on disable 2fa modal [SCI-7528] (#4906)
This commit is contained in:
parent
6d455d6b7b
commit
914cd3c2c8
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@
|
|||
<%= form_with(url: main_app.users_2fa_disable_path, method: "post", class: "2fa-disable-form") do %>
|
||||
<div class="modal-body">
|
||||
<p><%= t("users.registrations.edit.2fa_modal.disable.description") %></p>
|
||||
<%= label_tag :password, t("users.registrations.edit.2fa_modal.disable.password_label") %>
|
||||
<div class="sci-input-container password-field">
|
||||
<%= label_tag :password, t("users.registrations.edit.2fa_modal.disable.password_label") %>
|
||||
<%= password_field_tag :password, '', class: "sci-input-field" %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue