enhance(mobile): set up Logseq sync when create a logseq sync graph

This commit is contained in:
charlie
2022-11-06 16:12:24 +08:00
committed by Tienson Qin
parent bd3116c3aa
commit 985dbcfcca
4 changed files with 39 additions and 16 deletions

View File

@@ -158,7 +158,7 @@
;; password strength checker
(when-not (string/blank? @*password)
[:<>
[:div.input-hints.text-sm.py-2.px-3.rounded.mb-2.-mt-1.5.flex.items-center.space-x-3
[:div.input-hints.text-sm.py-2.px-3.rounded.mb-2.-mt-1.5.flex.items-center.sm:space-x-3.strength-wrap
(let [included-set (set (:contains pw-strength))]
(for [i ["lowercase" "uppercase" "number" "symbol"]
:let [included? (contains? included-set i)]]