Skip to content

Commit

Permalink
Update to Tyxml 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Mar 25, 2024
1 parent f271dba commit 74172f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"pgocaml_ppx" {>= "4.0"}
"safepass" {>= "3.0"}
"ocsigen-i18n" {>= "4.0.0"}
"eliom" {>= "10.0.0" & < "11.0.0"}
"eliom" {>= "10.4.0" & < "11.0.0"}
"ocsigen-toolkit" {>= "2.7.0"}
"ocsigen-ppx-rpc"
"ocsigen-i18n" {>= "3.7.0"}
Expand Down
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 74172f2

Please sign in to comment.