Bladeren bron

fix(encryption): auto-focus first password field

Kan-Ru Chen 4 jaren geleden
bovenliggende
commit
05ab2e22b4
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      src/main/frontend/components/encryption.cljs

+ 0 - 1
src/main/frontend/components/encryption.cljs

@@ -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)))}]