fix(encryption): auto-focus first password field

pull/1375/head
Kan-Ru Chen 2021-02-24 21:49:43 +09:00 committed by Tienson Qin
parent dbdc3f0fd7
commit 05ab2e22b4
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@
[:input.form-input.block.w-full.sm:text-sm.sm:leading-5.my-2
{:type "password"
:placeholder "Re-enter the password"
:auto-focus true
:style {:color "#000"}
:on-change (fn [e]
(reset! password-confirm (util/evalue e)))}]