Explorar o código

fix(encryption): auto-focus first password field

Kan-Ru Chen %!s(int64=4) %!d(string=hai) anos
pai
achega
05ab2e22b4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)))}]