Prevent password prompt submit button from being disabled
This commit is contained in:
parent
9a59980df8
commit
e8ceaa48f4
|
@ -10,4 +10,4 @@
|
||||||
= f.password_field :current_password, autocomplete: "current-password"
|
= f.password_field :current_password, autocomplete: "current-password"
|
||||||
.modal-footer
|
.modal-footer
|
||||||
%button.btn.btn-default{ data: { dismiss: :modal }, type: :button }= t("voc.cancel")
|
%button.btn.btn-default{ data: { dismiss: :modal }, type: :button }= t("voc.cancel")
|
||||||
= f.primary
|
= f.primary class: 'btn btn-primary', data: { disable_with: false }
|
||||||
|
|
Loading…
Reference in New Issue