Skip to content

Commit

Permalink
Compatibility with tyxml 4.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 11, 2024
1 parent bc26150 commit 0b70506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os_user_view.eliom
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ let%shared password_form ?(a_placeholder_pwd = "password")
D.Form.input
~a:
[ a_required ()
; a_autocomplete false
; a_autocomplete `Off
; a_placeholder a_placeholder_pwd ]
~input_type:`Password ~name:pwdn D.Form.string
in
let pass2 =
D.Form.input
~a:
[ a_required ()
; a_autocomplete false
; a_autocomplete `Off
; a_placeholder a_placeholder_confirmation ]
~input_type:`Password ~name:pwd2n D.Form.string
in
Expand Down

0 comments on commit 0b70506

Please sign in to comment.