From 05ab2e22b487e07ced42bced63c4c706ee147ab5 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Wed, 24 Feb 2021 21:49:43 +0900 Subject: [PATCH] fix(encryption): auto-focus first password field --- src/main/frontend/components/encryption.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/frontend/components/encryption.cljs b/src/main/frontend/components/encryption.cljs index 1fef2686a..7e90c5d28 100644 --- a/src/main/frontend/components/encryption.cljs +++ b/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)))}]