fix: add password type for encryption input field

pull/1361/head
Tienson Qin 2021-02-23 23:37:20 +08:00
parent ca4428d6a5
commit 4ecbb143ef
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@
"Enter your password"]]]
[:input.form-input.block.w-full.sm:text-sm.sm:leading-5.my-2
{:auto-focus true
{:type "password"
:auto-focus true
:style {:color "#000"}
:on-change (fn [e]
(reset! secret (util/evalue e)))}]