From 74172f27c94a784833b5d6556b6316923961dd68 Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Mon, 25 Mar 2024 13:24:05 +0100 Subject: [PATCH] Update to Tyxml 4.6 --- opam | 2 +- src/os_user_view.eliom | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opam b/opam index ff6f521c..74d228f5 100644 --- a/opam +++ b/opam @@ -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"} diff --git a/src/os_user_view.eliom b/src/os_user_view.eliom index db1ee832..c1f91a18 100644 --- a/src/os_user_view.eliom +++ b/src/os_user_view.eliom @@ -231,7 +231,7 @@ 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 @@ -239,7 +239,7 @@ let%shared password_form ?(a_placeholder_pwd = "password") 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