From 506fe9955dbda055f70655c8e862c77678e9c567 Mon Sep 17 00:00:00 2001 From: Kenneth Steimel Date: Thu, 9 Apr 2020 14:55:22 -0400 Subject: [PATCH] Fixed #734 , passowrds are now hidden on the remote_interact pages (#741) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed #734 , passowrds are now hidden on the remote_interact pages * Update templates/remote_interact_base.rs.html Co-Authored-By: Floréal Toumikian Co-authored-by: Floréal Toumikian --- templates/remote_interact_base.rs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/remote_interact_base.rs.html b/templates/remote_interact_base.rs.html index ee628cd5..ddcf9dc5 100644 --- a/templates/remote_interact_base.rs.html +++ b/templates/remote_interact_base.rs.html @@ -25,6 +25,7 @@ .default(login_form.password) .error(&login_errs) .set_prop("minlength", 1) + .input_type("password") .html(ctx.1))