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))